#5B85CB

Color #5B85CB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5B85CB

Tints of Havelock Blue #5B85CB

Color information

#5B85CB (or 0x5B85CB) is unknown color: approx Havelock Blue. HEX triplet: 5B, 85 and CB. RGB value is (91,133,203). Sum of RGB (Red+Green+Blue) = 91+133+203=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B85CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85CB is #A47A34. Grayscale: #808080. Windows color (decimal): -10779189 or 13337947. OLE color: 13337947.

HSL color Cylindrical-coordinate representation of color #5B85CB: hue angle of 217.5º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B85CB is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB91133203-
CMYK0.550.3400.20
HSL217.5º51.85%57.65%-
HSV(B)217.5º55.17%79.61%-
XYZ23.4823.3159.76-
YUV128.42170.09101.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.31%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=21.31%
G=31.15%
B=47.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911332030.550.3400.20217.551.8557.65
Hex5B85CB3722014da343a
Octal13320531367420243326472
Binary1011011100001011100101111011110001001010011011010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B85CB; }

 p { color: rgb(91,133,203); }

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

<style>
 a { background-color: #5B85CB; }

 a { background-color: rgb(91,133,203); }

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

<style>
 span { border-color: #5B85CB; }

 span { border-color: rgb(91,133,203); }

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