#597AD0

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

Shades of Havelock Blue #597AD0

Tints of Havelock Blue #597AD0

Color information

#597AD0 (or 0x597AD0) is unknown color: approx Havelock Blue. HEX triplet: 59, 7A and D0. RGB value is (89,122,208). Sum of RGB (Red+Green+Blue) = 89+122+208=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #597AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597AD0 is #A6852F. Grayscale: #797979. Windows color (decimal): -10913072 or 13662809. OLE color: 13662809.

HSL color Cylindrical-coordinate representation of color #597AD0: hue angle of 223.36º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597AD0 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89122208-
CMYK0.570.4100.18
HSL223.36º55.87%58.24%-
HSV(B)223.36º57.21%81.57%-
XYZ22.4620.662.47-
YUV121.94176.57104.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.24%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 208 (81.64% from 255) = 49.64%
R=21.24%
G=29.12%
B=49.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891222080.570.4100.18223.3655.8758.24
Hex597AD03929012df383a
Octal13117232071510223377072
Binary101100111110101101000011100110100101001011011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,122,208); }

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

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

 a { background-color: rgb(89,122,208); }

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

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

 span { border-color: rgb(89,122,208); }

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