#5D85CE

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

Shades of Havelock Blue #5D85CE

Tints of Havelock Blue #5D85CE

Color information

#5D85CE (or 0x5D85CE) is unknown color: approx Havelock Blue. HEX triplet: 5D, 85 and CE. RGB value is (93,133,206). Sum of RGB (Red+Green+Blue) = 93+133+206=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D85CE is #A27A31. Grayscale: #818181. Windows color (decimal): -10648114 or 13534557. OLE color: 13534557.

HSL color Cylindrical-coordinate representation of color #5D85CE: hue angle of 218.76º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D85CE is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93133206-
CMYK0.550.3500.19
HSL218.76º53.55%58.63%-
HSV(B)218.76º54.85%80.78%-
XYZ24.0423.5661.67-
YUV129.36171.25102.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.53%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=21.53%
G=30.79%
B=47.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931332060.550.3500.19218.7653.5558.63
Hex5D85CE3723013db363b
Octal13520531667430233336673
Binary1011101100001011100111011011110001101001111011011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,133,206); }

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

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

 a { background-color: rgb(93,133,206); }

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

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

 span { border-color: rgb(93,133,206); }

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