#597597

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

Shades of Waikawa Grey #597597

Tints of Waikawa Grey #597597

Color information

#597597 (or 0x597597) is unknown color: approx Waikawa Grey. HEX triplet: 59, 75 and 97. RGB value is (89,117,151). Sum of RGB (Red+Green+Blue) = 89+117+151=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #597597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597597 is #A68A68. Grayscale: #707070. Windows color (decimal): -10914409 or 9925977. OLE color: 9925977.

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

Color convert

RGB89117151-
CMYK0.410.2300.41
HSL212.9º25.83%47.06%-
HSV(B)212.9º41.06%59.22%-
XYZ16.0717.0831.73-
YUV112.5149.72111.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=24.93%
G=32.77%
B=42.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891171510.410.2300.41212.925.8347.06
Hex5975972917029d51a2f
Octal13116522751270513253257
Binary10110011110101100101111010011011101010011101010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597597; }

 p { color: rgb(89,117,151); }

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

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

 a { background-color: rgb(89,117,151); }

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

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

 span { border-color: rgb(89,117,151); }

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