#595452

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

Shades of Tundora #595452

Tints of Tundora #595452

Color information

#595452 (or 0x595452) is unknown color: approx Tundora. HEX triplet: 59, 54 and 52. RGB value is (89,84,82). Sum of RGB (Red+Green+Blue) = 89+84+82=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 89 - color contains mainly: red. Hex color #595452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595452 is #A6ABAD. Grayscale: #555555. Windows color (decimal): -10922926 or 5395545. OLE color: 5395545.

HSL color Cylindrical-coordinate representation of color #595452: hue angle of 17.14º 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 #595452 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB898482-
CMYK00.060.080.65
HSL17.14º4.09%33.53%-
HSV(B)17.14º7.87%34.9%-
XYZ8.819.079.27-
YUV85.27126.16130.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.90%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=34.90%
G=32.94%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89848200.060.080.6517.144.0933.53
Hex5954520684111422
Octal131124122061010121442
Binary10110011010100101001001101000100000110001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595452; }

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

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

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

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

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

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

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

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