#596959

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

Shades of Nandor #596959

Tints of Nandor #596959

Color information

#596959 (or 0x596959) is unknown color: approx Nandor. HEX triplet: 59, 69 and 59. RGB value is (89,105,89). Sum of RGB (Red+Green+Blue) = 89+105+89=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #596959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596959 is #A696A6. Grayscale: #626262. Windows color (decimal): -10917543 or 5859673. OLE color: 5859673.

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

Color convert

RGB8910589-
CMYK0.1500.150.59
HSL120º8.25%38.04%-
HSV(B)120º15.24%41.18%-
XYZ10.9712.9511.37-
YUV98.39122.7121.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.45%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=31.45%
G=37.10%
B=31.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89105890.1500.150.591208.2538.04
Hex596959F0F3B78826
Octal13115113117017731701046
Binary10110011101001101100111110111111101111110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596959; }

 p { color: rgb(89,105,89); }

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

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

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

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

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

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

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