#597499

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

Shades of Waikawa Grey #597499

Tints of Waikawa Grey #597499

Color information

#597499 (or 0x597499) is unknown color: approx Waikawa Grey. HEX triplet: 59, 74 and 99. RGB value is (89,116,153). Sum of RGB (Red+Green+Blue) = 89+116+153=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #597499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597499 is #A68B66. Grayscale: #6F6F6F. Windows color (decimal): -10914663 or 10056793. OLE color: 10056793.

HSL color Cylindrical-coordinate representation of color #597499: hue angle of 214.69º 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 #597499 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB89116153-
CMYK0.420.2400.4
HSL214.69º26.45%47.45%-
HSV(B)214.69º41.83%60%-
XYZ16.1116.9132.55-
YUV112.15151.05111.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=24.86%
G=32.40%
B=42.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891161530.420.2400.4214.6926.4547.45
Hex5974992A18028d71a2f
Octal13116423152300503273257
Binary10110011110100100110011010101100001010001101011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597499; }

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

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

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

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

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

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

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

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