Html Css Color HEX #5979AD Havelock Blue

📋 copy color: '#5979AD'

red 89 ◦ green 121 ◦ blue 173

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

Shades of Havelock Blue #5979AD

Tints of Havelock Blue #5979AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 23.24%
G = 31.59%
B = 45.17%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5979AD (or 0x5979AD) is known color: Havelock Blue. HEX triplet: 59, 79 and AD. RGB value is (89,121,173). Sum of RGB (Red+Green+Blue) = 89+121+173=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #5979AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5979AD is #A68652. Grayscale: #757575. Windows color (decimal): -10913363 or 11368793. OLE color: 11368793.

HSL color Cylindrical-coordinate representation of color #5979AD: hue angle of 217.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5979AD is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 121 173 -
CMYK 0.49 0.30 0 0.32
HSL 217.14º 0.34% 0.51% -
HSV(B) 217.14º 0.49% 0.68% -
XYZ 18.5 18.82 42.19 -
YUV 117.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 89 121 173 0.49 0.30 0 0.32 217.14 0.34 0.51
Hex 59 79 AD 31 1E 0 20 D9 22 33
Octal 131 171 255 61 36 0 40 331 42 63
Binary 1011001 1111001 10101101 110001 11110 0 100000 11011001 100010 110011

Color Harmonies of #5979AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5979AD

Black with #5979AD

Text Example


Text Example

White with #5979AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5979AD; }

 p { color: rgb(89,121,173); }

 H1.HeaderClassName
 {
   color: #5979AD;
 }
 .AnyTagClassName
 {
   color: #5979AD;
 }
</style>

background-color css

<style>
 a { background-color: #5979AD; }

 a { background-color: rgb(89,121,173); }

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

border-color css

<style>
 span { border-color: #5979AD; }

 span { border-color: rgb(89,121,173); }

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