#5D84CE

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

Shades of Havelock Blue #5D84CE

Tints of Havelock Blue #5D84CE

Color information

#5D84CE (or 0x5D84CE) is unknown color: approx Havelock Blue. HEX triplet: 5D, 84 and CE. RGB value is (93,132,206). Sum of RGB (Red+Green+Blue) = 93+132+206=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D84CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D84CE is #A27B31. Grayscale: #808080. Windows color (decimal): -10648370 or 13534301. OLE color: 13534301.

HSL color Cylindrical-coordinate representation of color #5D84CE: hue angle of 219.29º 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 #5D84CE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93132206-
CMYK0.550.3600.19
HSL219.29º53.55%58.63%-
HSV(B)219.29º54.85%80.78%-
XYZ23.9123.2961.63-
YUV128.78171.58102.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.58%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=21.58%
G=30.63%
B=47.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931322060.550.3600.19219.2953.5558.63
Hex5D84CE3724013db363b
Octal13520431667440233336673
Binary1011101100001001100111011011110010001001111011011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D84CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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