#5D86CA

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

Shades of Havelock Blue #5D86CA

Tints of Havelock Blue #5D86CA

Color information

#5D86CA (or 0x5D86CA) is unknown color: approx Havelock Blue. HEX triplet: 5D, 86 and CA. RGB value is (93,134,202). Sum of RGB (Red+Green+Blue) = 93+134+202=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D86CA is #A27935. Grayscale: #818181. Windows color (decimal): -10647862 or 13272669. OLE color: 13272669.

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

Color convert

RGB93134202-
CMYK0.540.3400.21
HSL217.43º50.7%57.84%-
HSV(B)217.43º53.96%79.22%-
XYZ23.723.6459.19-
YUV129.49168.92101.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.68%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=21.68%
G=31.24%
B=47.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal931342020.540.3400.21217.4350.757.84
Hex5D86CA3622015d9333a
Octal13520631266420253316372
Binary1011101100001101100101011011010001001010111011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,134,202); }

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

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

 a { background-color: rgb(93,134,202); }

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

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

 span { border-color: rgb(93,134,202); }

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