Html Css Color HEX #5979BC Havelock Blue

📋 copy color: '#5979BC'

red 89 ◦ green 121 ◦ blue 188

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

Shades of Havelock Blue #5979BC

Tints of Havelock Blue #5979BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 22.36%
G = 30.4%
B = 47.24%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5979BC (or 0x5979BC) is known color: Havelock Blue. HEX triplet: 59, 79 and BC. RGB value is (89,121,188). Sum of RGB (Red+Green+Blue) = 89+121+188=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #5979BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979BC is #A68643. Grayscale: #767676. Windows color (decimal): -10913348 or 12351833. OLE color: 12351833.

HSL color Cylindrical-coordinate representation of color #5979BC: hue angle of 220.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5979BC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 121 188 -
CMYK 0.53 0.36 0 0.26
HSL 220.61º 0.42% 0.54% -
HSV(B) 220.61º 0.53% 0.74% -
XYZ 20.03 19.43 50.27 -
YUV 119.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 89 121 188 0.53 0.36 0 0.26 220.61 0.42 0.54
Hex 59 79 BC 35 24 0 1A DD 2A 36
Octal 131 171 274 65 44 0 32 335 52 66
Binary 1011001 1111001 10111100 110101 100100 0 11010 11011101 101010 110110

Color Harmonies of #5979BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5979BC

Black with #5979BC

Text Example


Text Example

White with #5979BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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