#597FB0

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

Shades of Havelock Blue #597FB0

Tints of Havelock Blue #597FB0

Color information

#597FB0 (or 0x597FB0) is unknown color: approx Havelock Blue. HEX triplet: 59, 7F and B0. RGB value is (89,127,176). Sum of RGB (Red+Green+Blue) = 89+127+176=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #597FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FB0 is #A6804F. Grayscale: #787878. Windows color (decimal): -10911824 or 11566937. OLE color: 11566937.

HSL color Cylindrical-coordinate representation of color #597FB0: hue angle of 213.79º degrees, saturation: 0.36, 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 #597FB0 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89127176-
CMYK0.490.2800.31
HSL213.79º35.51%51.96%-
HSV(B)213.79º49.43%69.02%-
XYZ19.5520.4443.99-
YUV121.22158.91105.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 176 (69.14% from 255) = 44.90%
R=22.70%
G=32.40%
B=44.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891271760.490.2800.31213.7935.5151.96
Hex597FB0311C01Fd62434
Octal13117726061340373264464
Binary10110011111111101100001100011110001111111010110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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