#597699

Color #597699 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #597699

Tints of Waikawa Grey #597699

Color information

#597699 (or 0x597699) is unknown color: approx Waikawa Grey. HEX triplet: 59, 76 and 99. RGB value is (89,118,153). Sum of RGB (Red+Green+Blue) = 89+118+153=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #597699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597699 is #A68966. Grayscale: #717171. Windows color (decimal): -10914151 or 10057305. OLE color: 10057305.

HSL color Cylindrical-coordinate representation of color #597699: hue angle of 212.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #597699 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB89118153-
CMYK0.420.2300.4
HSL212.81º26.45%47.45%-
HSV(B)212.81º41.83%60%-
XYZ16.3517.3832.63-
YUV113.32150.39110.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=24.72%
G=32.78%
B=42.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891181530.420.2300.4212.8126.4547.45
Hex5976992A17028d51a2f
Octal13116623152270503253257
Binary10110011110110100110011010101011101010001101010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597699; }

 p { color: rgb(89,118,153); }

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

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

 a { background-color: rgb(89,118,153); }

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

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

 span { border-color: rgb(89,118,153); }

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