Html Css Color HEX #5E7ABB Havelock Blue

📋 copy color: '#5E7ABB'

red 94 ◦ green 122 ◦ blue 187

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

Shades of Havelock Blue #5E7ABB

Tints of Havelock Blue #5E7ABB

RGB

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

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

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

R = 23.33%
G = 30.27%
B = 46.4%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E7ABB (or 0x5E7ABB) is known color: Havelock Blue. HEX triplet: 5E, 7A and BB. RGB value is (94,122,187). Sum of RGB (Red+Green+Blue) = 94+122+187=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ABB is #A18544. Grayscale: #787878. Windows color (decimal): -10585413 or 12286558. OLE color: 12286558.

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

Color convert

RGB 94 122 187 -
CMYK 0.50 0.35 0 0.27
HSL 221.94º 0.41% 0.55% -
HSV(B) 221.94º 0.5% 0.73% -
XYZ 20.55 19.89 49.77 -
YUV 121.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 94 122 187 0.50 0.35 0 0.27 221.94 0.41 0.55
Hex 5E 7A BB 32 23 0 1B DE 29 37
Octal 136 172 273 62 43 0 33 336 51 67
Binary 1011110 1111010 10111011 110010 100011 0 11011 11011110 101001 110111

Color Harmonies of #5E7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7ABB

Black with #5E7ABB

Text Example


Text Example

White with #5E7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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