#59534E

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

Shades of Tundora #59534E

Tints of Tundora #59534E

Color information

#59534E (or 0x59534E) is unknown color: approx Tundora. HEX triplet: 59, 53 and 4E. RGB value is (89,83,78). Sum of RGB (Red+Green+Blue) = 89+83+78=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #59534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59534E is #A6ACB1. Grayscale: #545454. Windows color (decimal): -10923186 or 5133145. OLE color: 5133145.

HSL color Cylindrical-coordinate representation of color #59534E: hue angle of 27.27º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59534E is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB898378-
CMYK00.070.120.65
HSL27.27º6.59%32.75%-
HSV(B)27.27º12.36%34.9%-
XYZ8.598.868.47-
YUV84.22124.49131.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=35.6%
G=33.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89837800.070.120.6527.276.5932.75
Hex59534E07C411b721
Octal131123116071410133741
Binary10110011010011100111001111100100000111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59534E; }

 p { color: rgb(89,83,78); }

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

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

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

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

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

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

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