#596596

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

Shades of Waikawa Grey #596596

Tints of Waikawa Grey #596596

Color information

#596596 (or 0x596596) is unknown color: approx Waikawa Grey. HEX triplet: 59, 65 and 96. RGB value is (89,101,150). Sum of RGB (Red+Green+Blue) = 89+101+150=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #596596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596596 is #A69A69. Grayscale: #666666. Windows color (decimal): -10918506 or 9856345. OLE color: 9856345.

HSL color Cylindrical-coordinate representation of color #596596: hue angle of 228.2º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #596596 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB89101150-
CMYK0.410.3300.41
HSL228.2º25.52%46.86%-
HSV(B)228.2º40.67%58.82%-
XYZ14.2813.6330.73-
YUV103154.52118.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=26.18%
G=29.71%
B=44.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891011500.410.3300.41228.225.5246.86
Hex5965962921029e41a2f
Octal13114522651410513443257
Binary101100111001011001011010100110000101010011110010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596596; }

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

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

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

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

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

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

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

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