#59659A

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

Shades of Waikawa Grey #59659A

Tints of Waikawa Grey #59659A

Color information

#59659A (or 0x59659A) is unknown color: approx Waikawa Grey. HEX triplet: 59, 65 and 9A. RGB value is (89,101,154). Sum of RGB (Red+Green+Blue) = 89+101+154=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #59659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59659A is #A69A65. Grayscale: #676767. Windows color (decimal): -10918502 or 10118489. OLE color: 10118489.

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

Color convert

RGB89101154-
CMYK0.420.3400.40
HSL228.92º26.75%47.65%-
HSV(B)228.92º42.21%60.39%-
XYZ14.6113.7632.46-
YUV103.45156.52117.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.87%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=25.87%
G=29.36%
B=44.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891011540.420.3400.40228.9226.7547.65
Hex59659A2A22028e51b30
Octal13114523252420503453360
Binary101100111001011001101010101010001001010001110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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