#596859

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

Shades of Nandor #596859

Tints of Nandor #596859

Color information

#596859 (or 0x596859) is unknown color: approx Nandor. HEX triplet: 59, 68 and 59. RGB value is (89,104,89). Sum of RGB (Red+Green+Blue) = 89+104+89=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #596859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596859 is #A697A6. Grayscale: #616161. Windows color (decimal): -10917799 or 5859417. OLE color: 5859417.

HSL color Cylindrical-coordinate representation of color #596859: 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.14%. Process color model (Four color, CMYK) of #596859 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB8910489-
CMYK0.1400.140.59
HSL120º7.77%37.84%-
HSV(B)120º14.42%40.78%-
XYZ10.8712.7511.34-
YUV97.8123.03121.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=31.56%
G=36.88%
B=31.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89104890.1400.140.591207.7737.84
Hex596859E0E3B78826
Octal13115013116016731701046
Binary10110011101000101100111100111011101111110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596859; }

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

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

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

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

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

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

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

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