Html Css Color HEX #5E86CC Havelock Blue

📋 copy color: '#5E86CC'

red 94 ◦ green 134 ◦ blue 204

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

Shades of Havelock Blue #5E86CC

Tints of Havelock Blue #5E86CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 21.76%
G = 31.02%
B = 47.22%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E86CC (or 0x5E86CC) is known color: Havelock Blue. HEX triplet: 5E, 86 and CC. RGB value is (94,134,204). Sum of RGB (Red+Green+Blue) = 94+134+204=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E86CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E86CC is #A17933. Grayscale: #818181. Windows color (decimal): -10582324 or 13403742. OLE color: 13403742.

HSL color Cylindrical-coordinate representation of color #5E86CC: hue angle of 218.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E86CC is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 134 204 -
CMYK 0.54 0.34 0 0.2
HSL 218.18º 0.52% 0.58% -
HSV(B) 218.18º 0.54% 0.8% -
XYZ 24.04 23.79 60.45 -
YUV 130.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 94 134 204 0.54 0.34 0 0.2 218.18 0.52 0.58
Hex 5E 86 CC 36 22 0 14 DA 34 3A
Octal 136 206 314 66 42 0 24 332 64 72
Binary 1011110 10000110 11001100 110110 100010 0 10100 11011010 110100 111010

Color Harmonies of #5E86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E86CC

Black with #5E86CC

Text Example


Text Example

White with #5E86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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