Html Css Color HEX #5E81BA Havelock Blue

📋 copy color: '#5E81BA'

red 94 ◦ green 129 ◦ blue 186

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

Shades of Havelock Blue #5E81BA

Tints of Havelock Blue #5E81BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 22.98%
G = 31.54%
B = 45.48%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E81BA (or 0x5E81BA) is known color: Havelock Blue. HEX triplet: 5E, 81 and BA. RGB value is (94,129,186). Sum of RGB (Red+Green+Blue) = 94+129+186=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E81BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E81BA is #A17E45. Grayscale: #7C7C7C. Windows color (decimal): -10583622 or 12222814. OLE color: 12222814.

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

Color convert

RGB 94 129 186 -
CMYK 0.49 0.31 0 0.27
HSL 217.17º 0.4% 0.55% -
HSV(B) 217.17º 0.49% 0.73% -
XYZ 21.33 21.63 49.5 -
YUV 125.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 94 129 186 0.49 0.31 0 0.27 217.17 0.4 0.55
Hex 5E 81 BA 31 1F 0 1B D9 28 37
Octal 136 201 272 61 37 0 33 331 50 67
Binary 1011110 10000001 10111010 110001 11111 0 11011 11011001 101000 110111

Color Harmonies of #5E81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E81BA

Black with #5E81BA

Text Example


Text Example

White with #5E81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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