Html Css Color HEX #5977CC Havelock Blue

📋 copy color: '#5977CC'

red 89 ◦ green 119 ◦ blue 204

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

Shades of Havelock Blue #5977CC

Tints of Havelock Blue #5977CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 21.6%
G = 28.88%
B = 49.51%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5977CC (or 0x5977CC) is known color: Havelock Blue. HEX triplet: 59, 77 and CC. RGB value is (89,119,204). Sum of RGB (Red+Green+Blue) = 89+119+204=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #5977CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5977CC is #A68833. Grayscale: #777777. Windows color (decimal): -10913844 or 13399897. OLE color: 13399897.

HSL color Cylindrical-coordinate representation of color #5977CC: hue angle of 224.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5977CC is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 119 204 -
CMYK 0.56 0.42 0 0.2
HSL 224.35º 0.53% 0.57% -
HSV(B) 224.35º 0.56% 0.8% -
XYZ 21.62 19.68 59.79 -
YUV 119.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 89 119 204 0.56 0.42 0 0.2 224.35 0.53 0.57
Hex 59 77 CC 38 2A 0 14 E0 35 39
Octal 131 167 314 70 52 0 24 340 65 71
Binary 1011001 1110111 11001100 111000 101010 0 10100 11100000 110101 111001

Color Harmonies of #5977CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5977CC

Black with #5977CC

Text Example


Text Example

White with #5977CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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