#597FCC

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

Shades of Havelock Blue #597FCC

Tints of Havelock Blue #597FCC

Color information

#597FCC (or 0x597FCC) is unknown color: approx Havelock Blue. HEX triplet: 59, 7F and CC. RGB value is (89,127,204). Sum of RGB (Red+Green+Blue) = 89+127+204=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #597FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FCC is #A68033. Grayscale: #7C7C7C. Windows color (decimal): -10911796 or 13401945. OLE color: 13401945.

HSL color Cylindrical-coordinate representation of color #597FCC: hue angle of 220.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597FCC is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB89127204-
CMYK0.560.3800.2
HSL220.17º53%57.45%-
HSV(B)220.17º56.37%80%-
XYZ22.6121.6660.12-
YUV124.42172.91102.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.19%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=21.19%
G=30.24%
B=48.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal891272040.560.3800.2220.175357.45
Hex597FCC3826014dc3539
Octal13117731470460243346571
Binary101100111111111100110011100010011001010011011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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