Html Css Color HEX #5E84CF Havelock Blue

📋 copy color: '#5E84CF'

red 94 ◦ green 132 ◦ blue 207

#5E84CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5E84CF

Tints of Havelock Blue #5E84CF

RGB

 RED value IS 94 (37.11% from 255) = 21.71%

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 21.71%
G = 30.48%
B = 47.81%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E84CF (or 0x5E84CF) is known color: Havelock Blue. HEX triplet: 5E, 84 and CF. RGB value is (94,132,207). Sum of RGB (Red+Green+Blue) = 94+132+207=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E84CF is #A17B30. Grayscale: #808080. Windows color (decimal): -10582833 or 13599838. OLE color: 13599838.

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

Color convert

RGB 94 132 207 -
CMYK 0.55 0.36 0 0.19
HSL 219.82º 0.54% 0.59% -
HSV(B) 219.82º 0.55% 0.81% -
XYZ 24.13 23.39 62.27 -
YUV 129.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 94 132 207 0.55 0.36 0 0.19 219.82 0.54 0.59
Hex 5E 84 CF 37 24 0 13 DC 36 3B
Octal 136 204 317 67 44 0 23 334 66 73
Binary 1011110 10000100 11001111 110111 100100 0 10011 11011100 110110 111011

Color Harmonies of #5E84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E84CF

Black with #5E84CF

Text Example


Text Example

White with #5E84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E84CF;
 }
 .AnyTagClassName
 {
   color: #5E84CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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