#597DAE

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

Shades of Havelock Blue #597DAE

Tints of Havelock Blue #597DAE

Color information

#597DAE (or 0x597DAE) is unknown color: approx Havelock Blue. HEX triplet: 59, 7D and AE. RGB value is (89,125,174). Sum of RGB (Red+Green+Blue) = 89+125+174=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #597DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597DAE is #A68251. Grayscale: #777777. Windows color (decimal): -10912338 or 11435353. OLE color: 11435353.

HSL color Cylindrical-coordinate representation of color #597DAE: hue angle of 214.59º 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 #597DAE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89125174-
CMYK0.490.2800.32
HSL214.59º34.41%51.57%-
HSV(B)214.59º48.85%68.24%-
XYZ19.0919.8542.87-
YUV119.82158.57106.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=22.94%
G=32.22%
B=44.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891251740.490.2800.32214.5934.4151.57
Hex597DAE311C020d72234
Octal13117525661340403274264
Binary101100111111011010111011000111100010000011010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597DAE; }

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

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

<style>
 a { background-color: #597DAE; }

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

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

<style>
 span { border-color: #597DAE; }

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

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