Html Css Color HEX #5979BA Havelock Blue

📋 copy color: '#5979BA'

red 89 ◦ green 121 ◦ blue 186

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

Shades of Havelock Blue #5979BA

Tints of Havelock Blue #5979BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 22.47%
G = 30.56%
B = 46.97%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5979BA (or 0x5979BA) is known color: Havelock Blue. HEX triplet: 59, 79 and BA. RGB value is (89,121,186). Sum of RGB (Red+Green+Blue) = 89+121+186=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #5979BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979BA is #A68645. Grayscale: #767676. Windows color (decimal): -10913350 or 12220761. OLE color: 12220761.

HSL color Cylindrical-coordinate representation of color #5979BA: hue angle of 220.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5979BA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 121 186 -
CMYK 0.52 0.35 0 0.27
HSL 220.21º 0.41% 0.54% -
HSV(B) 220.21º 0.52% 0.73% -
XYZ 19.82 19.34 49.14 -
YUV 118.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 89 121 186 0.52 0.35 0 0.27 220.21 0.41 0.54
Hex 59 79 BA 34 23 0 1B DC 29 36
Octal 131 171 272 64 43 0 33 334 51 66
Binary 1011001 1111001 10111010 110100 100011 0 11011 11011100 101001 110110

Color Harmonies of #5979BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5979BA

Black with #5979BA

Text Example


Text Example

White with #5979BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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