#597DCC

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

Shades of Havelock Blue #597DCC

Tints of Havelock Blue #597DCC

Color information

#597DCC (or 0x597DCC) is unknown color: approx Havelock Blue. HEX triplet: 59, 7D and CC. RGB value is (89,125,204). Sum of RGB (Red+Green+Blue) = 89+125+204=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #597DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DCC is #A68233. Grayscale: #7A7A7A. Windows color (decimal): -10912308 or 13401433. OLE color: 13401433.

HSL color Cylindrical-coordinate representation of color #597DCC: hue angle of 221.22º 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 #597DCC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB89125204-
CMYK0.560.3900.2
HSL221.22º53%57.45%-
HSV(B)221.22º56.37%80%-
XYZ22.3521.1560.03-
YUV123.24173.57103.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.29%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=21.29%
G=29.90%
B=48.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal891252040.560.3900.2221.225357.45
Hex597DCC3827014dd3539
Octal13117531470470243356571
Binary101100111111011100110011100010011101010011011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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