Html Css Color HEX #5E7CAF Havelock Blue

📋 copy color: '#5E7CAF'

red 94 ◦ green 124 ◦ blue 175

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

Shades of Havelock Blue #5E7CAF

Tints of Havelock Blue #5E7CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

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

R = 23.92%
G = 31.55%
B = 44.53%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E7CAF (or 0x5E7CAF) is known color: Havelock Blue. HEX triplet: 5E, 7C and AF. RGB value is (94,124,175). Sum of RGB (Red+Green+Blue) = 94+124+175=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E7CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7CAF is #A18350. Grayscale: #787878. Windows color (decimal): -10584913 or 11500638. OLE color: 11500638.

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

Color convert

RGB 94 124 175 -
CMYK 0.46 0.29 0 0.31
HSL 217.78º 0.34% 0.53% -
HSV(B) 217.78º 0.46% 0.69% -
XYZ 19.56 19.89 43.37 -
YUV 120.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 94 124 175 0.46 0.29 0 0.31 217.78 0.34 0.53
Hex 5E 7C AF 2E 1D 0 1F DA 22 35
Octal 136 174 257 56 35 0 37 332 42 65
Binary 1011110 1111100 10101111 101110 11101 0 11111 11011010 100010 110101

Color Harmonies of #5E7CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7CAF

Black with #5E7CAF

Text Example


Text Example

White with #5E7CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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