Html Css Color HEX #5E7FAF Havelock Blue

📋 copy color: '#5E7FAF'

red 94 ◦ green 127 ◦ blue 175

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

Shades of Havelock Blue #5E7FAF

Tints of Havelock Blue #5E7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

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

R = 23.74%
G = 32.07%
B = 44.19%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E7FAF (or 0x5E7FAF) is known color: Havelock Blue. HEX triplet: 5E, 7F and AF. RGB value is (94,127,175). Sum of RGB (Red+Green+Blue) = 94+127+175=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7FAF is #A18050. Grayscale: #7A7A7A. Windows color (decimal): -10584145 or 11501406. OLE color: 11501406.

HSL color Cylindrical-coordinate representation of color #5E7FAF: hue angle of 215.56º 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 #5E7FAF is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 127 175 -
CMYK 0.46 0.27 0 0.31
HSL 215.56º 0.34% 0.53% -
HSV(B) 215.56º 0.46% 0.69% -
XYZ 19.94 20.65 43.49 -
YUV 122.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 94 127 175 0.46 0.27 0 0.31 215.56 0.34 0.53
Hex 5E 7F AF 2E 1B 0 1F D8 22 35
Octal 136 177 257 56 33 0 37 330 42 65
Binary 1011110 1111111 10101111 101110 11011 0 11111 11011000 100010 110101

Color Harmonies of #5E7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FAF

Black with #5E7FAF

Text Example


Text Example

White with #5E7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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