#5851BF

Color #5851BF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5851BF

Tints of Rich Blue #5851BF

Color information

#5851BF (or 0x5851BF) is unknown color: approx Rich Blue. HEX triplet: 58, 51 and BF. RGB value is (88,81,191). Sum of RGB (Red+Green+Blue) = 88+81+191=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #5851BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851BF is #A7AE40. Grayscale: #5F5F5F. Windows color (decimal): -10989121 or 12538200. OLE color: 12538200.

HSL color Cylindrical-coordinate representation of color #5851BF: hue angle of 243.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5851BF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8881191-
CMYK0.540.5800.25
HSL243.82º46.22%53.33%-
HSV(B)243.82º57.59%74.9%-
XYZ16.3711.7250.69-
YUV95.63181.82122.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 191 (75% from 255) = 53.06%
R=24.44%
G=22.5%
B=53.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88811910.540.5800.25243.8246.2253.33
Hex5851BF363A019f42e35
Octal13012127766720313645665
Binary101100010100011011111111011011101001100111110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5851BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5851BF; }

 p { color: rgb(88,81,191); }

 H1.HeaderClassName
 {
   color: #5851BF;
 }
 .AnyTagClassName
 {
   color: #5851BF;
 }
</style>
background-color css

<style>
 a { background-color: #5851BF; }

 a { background-color: rgb(88,81,191); }

 div.DivClassName
 {
   background-color: #5851BF;
 }
 .BgClassName
 {
   background-color: #5851BF;
 }
</style>
border-color css

<style>
 span { border-color: #5851BF; }

 span { border-color: rgb(88,81,191); }

 td.TdClassName
 {
   border-color: #5851BF;
 }
 .TagClassName
 {
   border-color: #5851BF;
 }
</style>