Html Css Color HEX #5977CD Havelock Blue

📋 copy color: '#5977CD'

red 89 ◦ green 119 ◦ blue 205

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

Shades of Havelock Blue #5977CD

Tints of Havelock Blue #5977CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 21.55%
G = 28.81%
B = 49.64%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5977CD (or 0x5977CD) is known color: Havelock Blue. HEX triplet: 59, 77 and CD. RGB value is (89,119,205). Sum of RGB (Red+Green+Blue) = 89+119+205=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #5977CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5977CD is #A68832. Grayscale: #777777. Windows color (decimal): -10913843 or 13465433. OLE color: 13465433.

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

Color convert

RGB 89 119 205 -
CMYK 0.57 0.42 0 0.20
HSL 224.48º 0.54% 0.58% -
HSV(B) 224.48º 0.57% 0.8% -
XYZ 21.74 19.73 60.42 -
YUV 119.83 176.06 106.01 -
System Red Green Blue C M Y K H S L
Decimal 89 119 205 0.57 0.42 0 0.20 224.48 0.54 0.58
Hex 59 77 CD 39 2A 0 14 E0 36 3A
Octal 131 167 315 71 52 0 24 340 66 72
Binary 1011001 1110111 11001101 111001 101010 0 10100 11100000 110110 111010

Color Harmonies of #5977CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5977CD

Black with #5977CD

Text Example


Text Example

White with #5977CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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