#59759A

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

Shades of Waikawa Grey #59759A

Tints of Waikawa Grey #59759A

Color information

#59759A (or 0x59759A) is unknown color: approx Waikawa Grey. HEX triplet: 59, 75 and 9A. RGB value is (89,117,154). Sum of RGB (Red+Green+Blue) = 89+117+154=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #59759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59759A is #A68A65. Grayscale: #707070. Windows color (decimal): -10914406 or 10122585. OLE color: 10122585.

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

Color convert

RGB89117154-
CMYK0.420.2400.40
HSL214.15º26.75%47.65%-
HSV(B)214.15º42.21%60.39%-
XYZ16.3117.1833.03-
YUV112.85151.22110.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=24.72%
G=32.5%
B=42.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891171540.420.2400.40214.1526.7547.65
Hex59759A2A18028d61b30
Octal13116523252300503263360
Binary10110011110101100110101010101100001010001101011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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