Html Css Color HEX #5E87CA Havelock Blue

📋 copy color: '#5E87CA'

red 94 ◦ green 135 ◦ blue 202

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

Shades of Havelock Blue #5E87CA

Tints of Havelock Blue #5E87CA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.32%

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 21.81%
G = 31.32%
B = 46.87%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E87CA (or 0x5E87CA) is known color: Havelock Blue. HEX triplet: 5E, 87 and CA. RGB value is (94,135,202). Sum of RGB (Red+Green+Blue) = 94+135+202=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E87CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E87CA is #A17835. Grayscale: #828282. Windows color (decimal): -10582070 or 13272926. OLE color: 13272926.

HSL color Cylindrical-coordinate representation of color #5E87CA: hue angle of 217.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E87CA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 135 202 -
CMYK 0.53 0.33 0 0.21
HSL 217.22º 0.5% 0.58% -
HSV(B) 217.22º 0.53% 0.79% -
XYZ 23.94 23.97 59.24 -
YUV 130.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 94 135 202 0.53 0.33 0 0.21 217.22 0.5 0.58
Hex 5E 87 CA 35 21 0 15 D9 32 3A
Octal 136 207 312 65 41 0 25 331 62 72
Binary 1011110 10000111 11001010 110101 100001 0 10101 11011001 110010 111010

Color Harmonies of #5E87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E87CA

Black with #5E87CA

Text Example


Text Example

White with #5E87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,135,202); }

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

background-color css

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

 a { background-color: rgb(94,135,202); }

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

border-color css

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

 span { border-color: rgb(94,135,202); }

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