Html Css Color HEX #5E7ABC Havelock Blue

📋 copy color: '#5E7ABC'

red 94 ◦ green 122 ◦ blue 188

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

Shades of Havelock Blue #5E7ABC

Tints of Havelock Blue #5E7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 23.27%
G = 30.2%
B = 46.53%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E7ABC (or 0x5E7ABC) is known color: Havelock Blue. HEX triplet: 5E, 7A and BC. RGB value is (94,122,188). Sum of RGB (Red+Green+Blue) = 94+122+188=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E7ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ABC is #A18543. Grayscale: #787878. Windows color (decimal): -10585412 or 12352094. OLE color: 12352094.

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

Color convert

RGB 94 122 188 -
CMYK 0.50 0.35 0 0.26
HSL 222.13º 0.41% 0.55% -
HSV(B) 222.13º 0.5% 0.74% -
XYZ 20.65 19.93 50.34 -
YUV 121.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 94 122 188 0.50 0.35 0 0.26 222.13 0.41 0.55
Hex 5E 7A BC 32 23 0 1A DE 29 37
Octal 136 172 274 62 43 0 32 336 51 67
Binary 1011110 1111010 10111100 110010 100011 0 11010 11011110 101001 110111

Color Harmonies of #5E7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7ABC

Black with #5E7ABC

Text Example


Text Example

White with #5E7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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