Html Css Color HEX #5E86CD Havelock Blue

📋 copy color: '#5E86CD'

red 94 ◦ green 134 ◦ blue 205

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

Shades of Havelock Blue #5E86CD

Tints of Havelock Blue #5E86CD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 21.71%
G = 30.95%
B = 47.34%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E86CD (or 0x5E86CD) is known color: Havelock Blue. HEX triplet: 5E, 86 and CD. RGB value is (94,134,205). Sum of RGB (Red+Green+Blue) = 94+134+205=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E86CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E86CD is #A17932. Grayscale: #818181. Windows color (decimal): -10582323 or 13469278. OLE color: 13469278.

HSL color Cylindrical-coordinate representation of color #5E86CD: hue angle of 218.38º 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 #5E86CD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 134 205 -
CMYK 0.54 0.35 0 0.20
HSL 218.38º 0.53% 0.59% -
HSV(B) 218.38º 0.54% 0.8% -
XYZ 24.16 23.84 61.09 -
YUV 130.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 94 134 205 0.54 0.35 0 0.20 218.38 0.53 0.59
Hex 5E 86 CD 36 23 0 14 DA 35 3B
Octal 136 206 315 66 43 0 24 332 65 73
Binary 1011110 10000110 11001101 110110 100011 0 10100 11011010 110101 111011

Color Harmonies of #5E86CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E86CD

Black with #5E86CD

Text Example


Text Example

White with #5E86CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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