#597DBB

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

Shades of Havelock Blue #597DBB

Tints of Havelock Blue #597DBB

Color information

#597DBB (or 0x597DBB) is unknown color: approx Havelock Blue. HEX triplet: 59, 7D and BB. RGB value is (89,125,187). Sum of RGB (Red+Green+Blue) = 89+125+187=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #597DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DBB is #A68244. Grayscale: #797979. Windows color (decimal): -10912325 or 12287321. OLE color: 12287321.

HSL color Cylindrical-coordinate representation of color #597DBB: hue angle of 217.96º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #597DBB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89125187-
CMYK0.520.3300.27
HSL217.96º41.88%54.12%-
HSV(B)217.96º52.41%73.33%-
XYZ20.4220.3849.87-
YUV121.3165.07104.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.19%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=22.19%
G=31.17%
B=46.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891251870.520.3300.27217.9641.8854.12
Hex597DBB342101Bda2a36
Octal13117527364410333325266
Binary101100111111011011101111010010000101101111011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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