Html Css Color HEX #5E7EBB Havelock Blue

📋 copy color: '#5E7EBB'

red 94 ◦ green 126 ◦ blue 187

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

Shades of Havelock Blue #5E7EBB

Tints of Havelock Blue #5E7EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 23.1%
G = 30.96%
B = 45.95%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E7EBB (or 0x5E7EBB) is known color: Havelock Blue. HEX triplet: 5E, 7E and BB. RGB value is (94,126,187). Sum of RGB (Red+Green+Blue) = 94+126+187=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E7EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7EBB is #A18144. Grayscale: #7B7B7B. Windows color (decimal): -10584389 or 12287582. OLE color: 12287582.

HSL color Cylindrical-coordinate representation of color #5E7EBB: hue angle of 219.35º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E7EBB is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 126 187 -
CMYK 0.50 0.33 0 0.27
HSL 219.35º 0.41% 0.55% -
HSV(B) 219.35º 0.5% 0.73% -
XYZ 21.05 20.89 49.94 -
YUV 123.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 94 126 187 0.50 0.33 0 0.27 219.35 0.41 0.55
Hex 5E 7E BB 32 21 0 1B DB 29 37
Octal 136 176 273 62 41 0 33 333 51 67
Binary 1011110 1111110 10111011 110010 100001 0 11011 11011011 101001 110111

Color Harmonies of #5E7EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7EBB

Black with #5E7EBB

Text Example


Text Example

White with #5E7EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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