#597ABC

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

Shades of Havelock Blue #597ABC

Tints of Havelock Blue #597ABC

Color information

#597ABC (or 0x597ABC) is unknown color: approx Havelock Blue. HEX triplet: 59, 7A and BC. RGB value is (89,122,188). Sum of RGB (Red+Green+Blue) = 89+122+188=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #597ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ABC is #A68543. Grayscale: #777777. Windows color (decimal): -10913092 or 12352089. OLE color: 12352089.

HSL color Cylindrical-coordinate representation of color #597ABC: hue angle of 220º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #597ABC is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89122188-
CMYK0.530.3500.26
HSL220º42.49%54.31%-
HSV(B)220º52.66%73.73%-
XYZ20.1619.6750.31-
YUV119.66166.57106.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.31%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=22.31%
G=30.58%
B=47.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891221880.530.3500.2622042.4954.31
Hex597ABC352301Adc2a36
Octal13117227465430323345266
Binary101100111110101011110011010110001101101011011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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