COLOR #531BB8

HEX: #531BB8
RGB: (83,27,184)

Color info

#531BB8 contains mainly blue color. Web safe color of #531BB8 is #6633CC (or #63C).

RGB color model

#531BB8 color RGB value is (83,27,184).

  • red value is 83;
  • green value is 27;
  • blue value is 184.
RGB:
(83,27,184)
(33%,11%,72%)

RGB channels and saturation

R 83 of 255 = 33%
G 27 of 255 = 11%
B 184 of 255 = 72%

83
27
184

R + G + B ~ 39%. #531BB8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 27 + 184 = 294 (100%)
R 83 of 294 ~ 28.23%
G 27 of 294 ~ 9.18%
B 184 of 294 ~ 62.59%

%28.23
%62.59

CMYK color model

#531BB8 color CMYK value is (55,85,0,28).

  • cyan value is 54.89%
  • magenta value is 85.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(55,85,0,28)
C55M85Y0K28 
(55%,85%,0%,28%)
(0.55/0.85/0.00/0.28)	

CMYK percentages

%54.89
%85.33
%0
%27.84

Codes

Color #531BB8 in popluar color models

531BB8
RGB8327184
HSL261°74.41%41.37%
HSB/HSV261°85.33%72.16%
CMYK54.89%85.33%0.00%
27.84%

Color #531BB8 in popluar number systems.

HEX531BB8
Decimal8327184
Binary10100111101110111000
Octal12333270

Shades and tints

Shades of #531BB8

#531BB8
(83,27,184)
#4C19A8
(76,25,168)
#451798
(69,23,152)
#3E1588
(62,21,136)
#371378
(55,19,120)
#301168
(48,17,104)
#290F58
(41,15,88)
#220D48
(34,13,72)
#1B0B38
(27,11,56)
#140928
(20,9,40)
#0D0718
(13,7,24)
#000000
(0,0,0)

Tints of #531BB8

#531BB8
(83,27,184)
#622FBE
(98,47,190)
#7143C4
(113,67,196)
#8057CA
(128,87,202)
#8F6BD0
(143,107,208)
#9E7FD6
(158,127,214)
#AD93DC
(173,147,220)
#BCA7E2
(188,167,226)
#CBBBE8
(203,187,232)
#DACFEE
(218,207,238)
#E9E3F4
(233,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531BB8 color. Also use rgb(83,27,184) instead hex code.

Text Font Color

.myTextColor { color: #531BB8; }

<p style="color:#531BB8">This sample text font color is #531BB8.</p>

This text font color is #531BB8.


Background Color

.myBgColor { background-color: #531BB8; }

<div style="background-color:#531BB8">Inner text</div>

This div background color is #531BB8.


Border color

.myBorderColor { border: 1px solid #531BB8; }

<div style="border:3px solid #531BB8">Div</div>

This div border color is #531BB8.


Opacity

.myOpacity80 { color: #531BB8; opacity: 0.8; }

<p style="color:#531BB8;opacity:0.8;">80%</p>

Text with #531BB8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #531BB8;}

<p style="text-shadow: 3px 3px 1px #531BB8">Text here.</p>

This text has shadow with #531BB8 color.

.textShadow {text-shadow: 3px 3px 1px #531BB8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #531BB8, 5px 5px 20px red">Text here.</p>

This text has shadow with #531BB8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#531BB8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#531BB8, Direction=45, Strength=4)">Text</p>

This text has shadow with #531BB8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #531BB8;
  -webkit-box-shadow:	1px 1px 3px 2px #531BB8;
  box-shadow:		1px 1px 3px 2px #531BB8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #531BB8;
-webkit-box-shadow: 1px 1px 3px 2px #531BB8;
box-shadow:1px 1px 3px 2px #531BB8;">
Div content here</div>
This div box has shadow with color #531BB8.

Preview

Color preview on black background

This text has color #531BB8 on black background.


Color preview on white background

This text has color #531BB8 on white background.



Black color preview on #531BB8 background

This text has black color on #531BB8 background.


White color preview on #531BB8 background

This text has white color on #531BB8 background.