#595655

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

Shades of Tundora #595655

Tints of Tundora #595655

Color information

#595655 (or 0x595655) is unknown color: approx Tundora. HEX triplet: 59, 56 and 55. RGB value is (89,86,85). Sum of RGB (Red+Green+Blue) = 89+86+85=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 89 - color contains mainly: red. Hex color #595655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595655 is #A6A9AA. Grayscale: #565656. Windows color (decimal): -10922411 or 5592665. OLE color: 5592665.

HSL color Cylindrical-coordinate representation of color #595655: hue angle of 15º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595655 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB898685-
CMYK00.030.040.65
HSL15º2.3%34.12%-
HSV(B)15º4.49%34.9%-
XYZ9.099.449.94-
YUV86.78126.99129.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.23%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=34.23%
G=33.08%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89868500.030.040.65152.334.12
Hex59565503441f222
Octal13112612503410117242
Binary1011001101011010101010111001000001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595655; }

 p { color: rgb(89,86,85); }

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

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

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

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

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

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

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