#5979C1

Color #5979C1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5979C1

Tints of Havelock Blue #5979C1

Color information

#5979C1 (or 0x5979C1) is unknown color: approx Havelock Blue. HEX triplet: 59, 79 and C1. RGB value is (89,121,193). Sum of RGB (Red+Green+Blue) = 89+121+193=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #5979C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979C1 is #A6863E. Grayscale: #777777. Windows color (decimal): -10913343 or 12679513. OLE color: 12679513.

HSL color Cylindrical-coordinate representation of color #5979C1: hue angle of 221.54º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5979C1 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89121193-
CMYK0.540.3700.24
HSL221.54º45.61%55.29%-
HSV(B)221.54º53.89%75.69%-
XYZ20.5819.6553.16-
YUV119.64169.4106.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.08%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=22.08%
G=30.02%
B=47.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891211930.540.3700.24221.5445.6155.29
Hex5979C13625018de2e37
Octal13117130166450303365667
Binary101100111110011100000111011010010101100011011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5979C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5979C1;
 }
 .AnyTagClassName
 {
   color: #5979C1;
 }
</style>
background-color css

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

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

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

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

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

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