#597BAF

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

Shades of Havelock Blue #597BAF

Tints of Havelock Blue #597BAF

Color information

#597BAF (or 0x597BAF) is unknown color: approx Havelock Blue. HEX triplet: 59, 7B and AF. RGB value is (89,123,175). Sum of RGB (Red+Green+Blue) = 89+123+175=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #597BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BAF is #A68450. Grayscale: #767676. Windows color (decimal): -10912849 or 11500377. OLE color: 11500377.

HSL color Cylindrical-coordinate representation of color #597BAF: hue angle of 216.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #597BAF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89123175-
CMYK0.490.3000.31
HSL216.28º34.96%51.76%-
HSV(B)216.28º49.14%68.63%-
XYZ18.9419.3843.3-
YUV118.76159.74106.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=23.00%
G=31.78%
B=45.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891231750.490.3000.31216.2834.9651.76
Hex597BAF311E01Fd82334
Octal13117325761360373304364
Binary10110011111011101011111100011111001111111011000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,123,175); }

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

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

 a { background-color: rgb(89,123,175); }

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

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

 span { border-color: rgb(89,123,175); }

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