Html Css Color HEX #5979AE Havelock Blue

📋 copy color: '#5979AE'

red 89 ◦ green 121 ◦ blue 174

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

Shades of Havelock Blue #5979AE

Tints of Havelock Blue #5979AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 23.18%
G = 31.51%
B = 45.31%

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

#5979AE (or 0x5979AE) is known color: Havelock Blue. HEX triplet: 59, 79 and AE. RGB value is (89,121,174). Sum of RGB (Red+Green+Blue) = 89+121+174=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #5979AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5979AE is #A68651. Grayscale: #757575. Windows color (decimal): -10913362 or 11434329. OLE color: 11434329.

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

Color convert

RGB 89 121 174 -
CMYK 0.49 0.30 0 0.32
HSL 217.41º 0.34% 0.52% -
HSV(B) 217.41º 0.49% 0.68% -
XYZ 18.6 18.85 42.7 -
YUV 117.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 89 121 174 0.49 0.30 0 0.32 217.41 0.34 0.52
Hex 59 79 AE 31 1E 0 20 D9 22 34
Octal 131 171 256 61 36 0 40 331 42 64
Binary 1011001 1111001 10101110 110001 11110 0 100000 11011001 100010 110100

Color Harmonies of #5979AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5979AE

Black with #5979AE

Text Example


Text Example

White with #5979AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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