Html Css Color HEX #5977B3 Havelock Blue

📋 copy color: '#5977B3'

red 89 ◦ green 119 ◦ blue 179

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

Shades of Havelock Blue #5977B3

Tints of Havelock Blue #5977B3

RGB

 RED value IS 89 (35.16% from 255) = 23%

 GREEN value IS 119 (46.88% from 255) = 30.75%

 BLUE value IS 179 (70.31% from 255) = 46.25%

R = 23%
G = 30.75%
B = 46.25%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5977B3 (or 0x5977B3) is known color: Havelock Blue. HEX triplet: 59, 77 and B3. RGB value is (89,119,179). Sum of RGB (Red+Green+Blue) = 89+119+179=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #5977B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5977B3 is #A6884C. Grayscale: #747474. Windows color (decimal): -10913869 or 11761497. OLE color: 11761497.

HSL color Cylindrical-coordinate representation of color #5977B3: hue angle of 220º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5977B3 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 119 179 -
CMYK 0.50 0.34 0 0.30
HSL 220º 0.37% 0.53% -
HSV(B) 220º 0.5% 0.7% -
XYZ 18.85 18.57 45.24 -
YUV 116.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 89 119 179 0.50 0.34 0 0.30 220 0.37 0.53
Hex 59 77 B3 32 22 0 1E DC 25 35
Octal 131 167 263 62 42 0 36 334 45 65
Binary 1011001 1110111 10110011 110010 100010 0 11110 11011100 100101 110101

Color Harmonies of #5977B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5977B3

Black with #5977B3

Text Example


Text Example

White with #5977B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5977B3; }

 p { color: rgb(89,119,179); }

 H1.HeaderClassName
 {
   color: #5977B3;
 }
 .AnyTagClassName
 {
   color: #5977B3;
 }
</style>

background-color css

<style>
 a { background-color: #5977B3; }

 a { background-color: rgb(89,119,179); }

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

border-color css

<style>
 span { border-color: #5977B3; }

 span { border-color: rgb(89,119,179); }

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