#5E84CD

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

Shades of Havelock Blue #5E84CD

Tints of Havelock Blue #5E84CD

Color information

#5E84CD (or 0x5E84CD) is unknown color: approx Havelock Blue. HEX triplet: 5E, 84 and CD. RGB value is (94,132,205). Sum of RGB (Red+Green+Blue) = 94+132+205=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E84CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E84CD is #A17B32. Grayscale: #808080. Windows color (decimal): -10582835 or 13468766. OLE color: 13468766.

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

Color convert

RGB94132205-
CMYK0.540.3600.20
HSL219.46º52.61%58.63%-
HSV(B)219.46º54.15%80.39%-
XYZ23.8923.2960.99-
YUV128.96170.91103.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.81%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=21.81%
G=30.63%
B=47.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941322050.540.3600.20219.4652.6158.63
Hex5E84CD3624014db353b
Octal13620431566440243336573
Binary1011110100001001100110111011010010001010011011011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,132,205); }

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

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

 a { background-color: rgb(94,132,205); }

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

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

 span { border-color: rgb(94,132,205); }

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