#5978CA

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

Shades of Havelock Blue #5978CA

Tints of Havelock Blue #5978CA

Color information

#5978CA (or 0x5978CA) is unknown color: approx Havelock Blue. HEX triplet: 59, 78 and CA. RGB value is (89,120,202). Sum of RGB (Red+Green+Blue) = 89+120+202=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #5978CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978CA is #A68735. Grayscale: #777777. Windows color (decimal): -10913590 or 13269081. OLE color: 13269081.

HSL color Cylindrical-coordinate representation of color #5978CA: hue angle of 223.54º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5978CA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89120202-
CMYK0.560.4100.21
HSL223.54º51.6%57.06%-
HSV(B)223.54º55.94%79.22%-
XYZ21.519.8258.57-
YUV120.08174.23105.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.65%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=21.65%
G=29.20%
B=49.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891202020.560.4100.21223.5451.657.06
Hex5978CA3829015e03439
Octal13117031270510253406471
Binary101100111110001100101011100010100101010111100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5978CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5978CA; }

 p { color: rgb(89,120,202); }

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

<style>
 a { background-color: #5978CA; }

 a { background-color: rgb(89,120,202); }

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

<style>
 span { border-color: #5978CA; }

 span { border-color: rgb(89,120,202); }

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