#59729A

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

Shades of Waikawa Grey #59729A

Tints of Waikawa Grey #59729A

Color information

#59729A (or 0x59729A) is unknown color: approx Waikawa Grey. HEX triplet: 59, 72 and 9A. RGB value is (89,114,154). Sum of RGB (Red+Green+Blue) = 89+114+154=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #59729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59729A is #A68D65. Grayscale: #6E6E6E. Windows color (decimal): -10915174 or 10121817. OLE color: 10121817.

HSL color Cylindrical-coordinate representation of color #59729A: hue angle of 216.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59729A is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89114154-
CMYK0.420.2600.40
HSL216.92º26.75%47.65%-
HSV(B)216.92º42.21%60.39%-
XYZ15.9716.4932.91-
YUV111.08152.22112.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=24.93%
G=31.93%
B=43.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891141540.420.2600.40216.9226.7547.65
Hex59729A2A1A028d91b30
Octal13116223252320503313360
Binary10110011110010100110101010101101001010001101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59729A; }

 p { color: rgb(89,114,154); }

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

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

 a { background-color: rgb(89,114,154); }

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

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

 span { border-color: rgb(89,114,154); }

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