Html Css Color HEX #5E7FBB Havelock Blue

📋 copy color: '#5E7FBB'

red 94 ◦ green 127 ◦ blue 187

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

Shades of Havelock Blue #5E7FBB

Tints of Havelock Blue #5E7FBB

RGB

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

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

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

R = 23.04%
G = 31.13%
B = 45.83%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E7FBB (or 0x5E7FBB) is known color: Havelock Blue. HEX triplet: 5E, 7F and BB. RGB value is (94,127,187). Sum of RGB (Red+Green+Blue) = 94+127+187=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E7FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FBB is #A18044. Grayscale: #7B7B7B. Windows color (decimal): -10584133 or 12287838. OLE color: 12287838.

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

Color convert

RGB 94 127 187 -
CMYK 0.50 0.32 0 0.27
HSL 218.71º 0.41% 0.55% -
HSV(B) 218.71º 0.5% 0.73% -
XYZ 21.18 21.15 49.98 -
YUV 123.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 94 127 187 0.50 0.32 0 0.27 218.71 0.41 0.55
Hex 5E 7F BB 32 20 0 1B DB 29 37
Octal 136 177 273 62 40 0 33 333 51 67
Binary 1011110 1111111 10111011 110010 100000 0 11011 11011011 101001 110111

Color Harmonies of #5E7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FBB

Black with #5E7FBB

Text Example


Text Example

White with #5E7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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