#5979B2

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

Shades of Havelock Blue #5979B2

Tints of Havelock Blue #5979B2

Color information

#5979B2 (or 0x5979B2) is unknown color: approx Havelock Blue. HEX triplet: 59, 79 and B2. RGB value is (89,121,178). Sum of RGB (Red+Green+Blue) = 89+121+178=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #5979B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5979B2 is #A6864D. Grayscale: #757575. Windows color (decimal): -10913358 or 11696473. OLE color: 11696473.

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

Color convert

RGB89121178-
CMYK0.50.3200.30
HSL218.43º36.63%52.35%-
HSV(B)218.43º50%69.8%-
XYZ18.9919.0144.79-
YUV117.93161.9107.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 178 (69.92% from 255) = 45.88%
R=22.94%
G=31.19%
B=45.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal891211780.50.3200.30218.4336.6352.35
Hex5979B2322001Eda2534
Octal13117126262400363324564
Binary101100111110011011001011001010000001111011011010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5979B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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