#597FBD

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

Shades of Havelock Blue #597FBD

Tints of Havelock Blue #597FBD

Color information

#597FBD (or 0x597FBD) is unknown color: approx Havelock Blue. HEX triplet: 59, 7F and BD. RGB value is (89,127,189). Sum of RGB (Red+Green+Blue) = 89+127+189=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #597FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FBD is #A68042. Grayscale: #7A7A7A. Windows color (decimal): -10911811 or 12418905. OLE color: 12418905.

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

Color convert

RGB89127189-
CMYK0.530.3300.26
HSL217.2º43.1%54.51%-
HSV(B)217.2º52.91%74.12%-
XYZ20.8920.9851.09-
YUV122.71165.41103.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.98%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=21.98%
G=31.36%
B=46.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891271890.530.3300.26217.243.154.51
Hex597FBD352101Ad92b37
Octal13117727565410323315367
Binary101100111111111011110111010110000101101011011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,127,189); }

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

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

 a { background-color: rgb(89,127,189); }

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

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

 span { border-color: rgb(89,127,189); }

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