Html Css Color HEX #5E7EAF Havelock Blue

📋 copy color: '#5E7EAF'

red 94 ◦ green 126 ◦ blue 175

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

Shades of Havelock Blue #5E7EAF

Tints of Havelock Blue #5E7EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 23.8%
G = 31.9%
B = 44.3%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E7EAF (or 0x5E7EAF) is known color: Havelock Blue. HEX triplet: 5E, 7E and AF. RGB value is (94,126,175). Sum of RGB (Red+Green+Blue) = 94+126+175=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E7EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7EAF is #A18150. Grayscale: #797979. Windows color (decimal): -10584401 or 11501150. OLE color: 11501150.

HSL color Cylindrical-coordinate representation of color #5E7EAF: hue angle of 216.3º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E7EAF is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 126 175 -
CMYK 0.46 0.28 0 0.31
HSL 216.3º 0.34% 0.53% -
HSV(B) 216.3º 0.46% 0.69% -
XYZ 19.81 20.4 43.45 -
YUV 122.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 94 126 175 0.46 0.28 0 0.31 216.3 0.34 0.53
Hex 5E 7E AF 2E 1C 0 1F D8 22 35
Octal 136 176 257 56 34 0 37 330 42 65
Binary 1011110 1111110 10101111 101110 11100 0 11111 11011000 100010 110101

Color Harmonies of #5E7EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7EAF

Black with #5E7EAF

Text Example


Text Example

White with #5E7EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,126,175); }

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

background-color css

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

 a { background-color: rgb(94,126,175); }

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

border-color css

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

 span { border-color: rgb(94,126,175); }

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