#59739A

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

Shades of Waikawa Grey #59739A

Tints of Waikawa Grey #59739A

Color information

#59739A (or 0x59739A) is unknown color: approx Waikawa Grey. HEX triplet: 59, 73 and 9A. RGB value is (89,115,154). Sum of RGB (Red+Green+Blue) = 89+115+154=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #59739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59739A is #A68C65. Grayscale: #6F6F6F. Windows color (decimal): -10914918 or 10122073. OLE color: 10122073.

HSL color Cylindrical-coordinate representation of color #59739A: hue angle of 216º 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 #59739A is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89115154-
CMYK0.420.2500.40
HSL216º26.75%47.65%-
HSV(B)216º42.21%60.39%-
XYZ16.0816.7232.95-
YUV111.67151.89111.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=24.86%
G=32.12%
B=43.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891151540.420.2500.4021626.7547.65
Hex59739A2A19028d81b30
Octal13116323252310503303360
Binary10110011110011100110101010101100101010001101100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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