#595552

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

Shades of Tundora #595552

Tints of Tundora #595552

Color information

#595552 (or 0x595552) is unknown color: approx Tundora. HEX triplet: 59, 55 and 52. RGB value is (89,85,82). Sum of RGB (Red+Green+Blue) = 89+85+82=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #595552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595552 is #A6AAAD. Grayscale: #555555. Windows color (decimal): -10922670 or 5395801. OLE color: 5395801.

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

Color convert

RGB898582-
CMYK00.040.080.65
HSL25.71º4.09%33.53%-
HSV(B)25.71º7.87%34.9%-
XYZ8.899.239.3-
YUV85.85125.83130.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.77%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=34.77%
G=33.20%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89858200.040.080.6525.714.0933.53
Hex595552048411a422
Octal131125122041010132442
Binary10110011010101101001001001000100000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595552; }

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

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

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

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

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

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

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

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