#5978AE

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

Shades of Havelock Blue #5978AE

Tints of Havelock Blue #5978AE

Color information

#5978AE (or 0x5978AE) is unknown color: approx Havelock Blue. HEX triplet: 59, 78 and AE. RGB value is (89,120,174). Sum of RGB (Red+Green+Blue) = 89+120+174=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #5978AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5978AE is #A68751. Grayscale: #747474. Windows color (decimal): -10913618 or 11434073. OLE color: 11434073.

HSL color Cylindrical-coordinate representation of color #5978AE: hue angle of 218.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5978AE is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89120174-
CMYK0.490.3100.32
HSL218.12º34.41%51.57%-
HSV(B)218.12º48.85%68.24%-
XYZ18.4818.6142.66-
YUV116.89160.23108.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=23.24%
G=31.33%
B=45.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891201740.490.3100.32218.1234.4151.57
Hex5978AE311F020da2234
Octal13117025661370403324264
Binary101100111110001010111011000111111010000011011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5978AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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