Html Css Color HEX #5979CD Havelock Blue

📋 copy color: '#5979CD'

red 89 ◦ green 121 ◦ blue 205

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

Shades of Havelock Blue #5979CD

Tints of Havelock Blue #5979CD

RGB

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

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

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

R = 21.45%
G = 29.16%
B = 49.4%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5979CD (or 0x5979CD) is known color: Havelock Blue. HEX triplet: 59, 79 and CD. RGB value is (89,121,205). Sum of RGB (Red+Green+Blue) = 89+121+205=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #5979CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979CD is #A68632. Grayscale: #787878. Windows color (decimal): -10913331 or 13465945. OLE color: 13465945.

HSL color Cylindrical-coordinate representation of color #5979CD: hue angle of 223.45º 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 #5979CD is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 121 205 -
CMYK 0.57 0.41 0 0.20
HSL 223.45º 0.54% 0.58% -
HSV(B) 223.45º 0.57% 0.8% -
XYZ 21.98 20.21 60.5 -
YUV 121.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 89 121 205 0.57 0.41 0 0.20 223.45 0.54 0.58
Hex 59 79 CD 39 29 0 14 DF 36 3A
Octal 131 171 315 71 51 0 24 337 66 72
Binary 1011001 1111001 11001101 111001 101001 0 10100 11011111 110110 111010

Color Harmonies of #5979CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5979CD

Black with #5979CD

Text Example


Text Example

White with #5979CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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