#597DDC

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

Shades of Havelock Blue #597DDC

Tints of Havelock Blue #597DDC

Color information

#597DDC (or 0x597DDC) is unknown color: approx Havelock Blue. HEX triplet: 59, 7D and DC. RGB value is (89,125,220). Sum of RGB (Red+Green+Blue) = 89+125+220=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #597DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DDC is #A68223. Grayscale: #7C7C7C. Windows color (decimal): -10912292 or 14450009. OLE color: 14450009.

HSL color Cylindrical-coordinate representation of color #597DDC: hue angle of 223.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #597DDC is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89125220-
CMYK0.600.4300.14
HSL223.51º65.17%60.59%-
HSV(B)223.51º59.55%86.27%-
XYZ24.3721.9670.66-
YUV125.07181.57102.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.51%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 220 (86.33% from 255) = 50.69%
R=20.51%
G=28.80%
B=50.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891252200.600.4300.14223.5165.1760.59
Hex597DDC3C2B0Ee0413d
Octal131175334745301634010175
Binary101100111111011101110011110010101101110111000001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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