#5F86CB

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

Shades of Havelock Blue #5F86CB

Tints of Havelock Blue #5F86CB

Color information

#5F86CB (or 0x5F86CB) is unknown color: approx Havelock Blue. HEX triplet: 5F, 86 and CB. RGB value is (95,134,203). Sum of RGB (Red+Green+Blue) = 95+134+203=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F86CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F86CB is #A07934. Grayscale: #818181. Windows color (decimal): -10516789 or 13338207. OLE color: 13338207.

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

Color convert

RGB95134203-
CMYK0.530.3400.20
HSL218.33º50.94%58.43%-
HSV(B)218.33º53.2%79.61%-
XYZ24.0223.7959.83-
YUV130.21169.08102.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.99%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=21.99%
G=31.02%
B=46.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951342030.530.3400.20218.3350.9458.43
Hex5F86CB3522014da333a
Octal13720631365420243326372
Binary1011111100001101100101111010110001001010011011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,203); }

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

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

 a { background-color: rgb(95,134,203); }

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

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

 span { border-color: rgb(95,134,203); }

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