#595F59

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

Shades of Nandor #595F59

Tints of Nandor #595F59

Color information

#595F59 (or 0x595F59) is unknown color: approx Nandor. HEX triplet: 59, 5F and 59. RGB value is (89,95,89). Sum of RGB (Red+Green+Blue) = 89+95+89=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 95 - color contains mainly: green. Hex color #595F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F59 is #A6A0A6. Grayscale: #5C5C5C. Windows color (decimal): -10920103 or 5857113. OLE color: 5857113.

HSL color Cylindrical-coordinate representation of color #595F59: hue angle of 120º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595F59 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB899589-
CMYK0.0600.060.63
HSL120º3.26%36.08%-
HSV(B)120º6.32%37.25%-
XYZ10.0211.0311.05-
YUV92.52126.01125.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.60%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=32.60%
G=34.80%
B=32.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8995890.0600.060.631203.2636.08
Hex595F596063F78324
Octal13113713160677170344
Binary1011001101111110110011100110111111111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595F59; }

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

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

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

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

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

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

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

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