Html Css Color HEX #5E7ABA Havelock Blue

📋 copy color: '#5E7ABA'

red 94 ◦ green 122 ◦ blue 186

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

Shades of Havelock Blue #5E7ABA

Tints of Havelock Blue #5E7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 23.38%
G = 30.35%
B = 46.27%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E7ABA (or 0x5E7ABA) is known color: Havelock Blue. HEX triplet: 5E, 7A and BA. RGB value is (94,122,186). Sum of RGB (Red+Green+Blue) = 94+122+186=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E7ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ABA is #A18545. Grayscale: #787878. Windows color (decimal): -10585414 or 12221022. OLE color: 12221022.

HSL color Cylindrical-coordinate representation of color #5E7ABA: hue angle of 221.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E7ABA is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 122 186 -
CMYK 0.49 0.34 0 0.27
HSL 221.74º 0.4% 0.55% -
HSV(B) 221.74º 0.49% 0.73% -
XYZ 20.44 19.84 49.21 -
YUV 120.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 94 122 186 0.49 0.34 0 0.27 221.74 0.4 0.55
Hex 5E 7A BA 31 22 0 1B DE 28 37
Octal 136 172 272 61 42 0 33 336 50 67
Binary 1011110 1111010 10111010 110001 100010 0 11011 11011110 101000 110111

Color Harmonies of #5E7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7ABA

Black with #5E7ABA

Text Example


Text Example

White with #5E7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,122,186); }

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

background-color css

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

 a { background-color: rgb(94,122,186); }

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

border-color css

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

 span { border-color: rgb(94,122,186); }

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