#59514E

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

Shades of Tundora #59514E

Tints of Tundora #59514E

Color information

#59514E (or 0x59514E) is unknown color: approx Tundora. HEX triplet: 59, 51 and 4E. RGB value is (89,81,78). Sum of RGB (Red+Green+Blue) = 89+81+78=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #59514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59514E is #A6AEB1. Grayscale: #535353. Windows color (decimal): -10923698 or 5132633. OLE color: 5132633.

HSL color Cylindrical-coordinate representation of color #59514E: hue angle of 16.36º 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 #59514E is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB898178-
CMYK00.090.120.65
HSL16.36º6.59%32.75%-
HSV(B)16.36º12.36%34.9%-
XYZ8.448.568.42-
YUV83.05125.15132.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=35.89%
G=32.66%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89817800.090.120.6516.366.5932.75
Hex59514E09C4110721
Octal1311211160111410120741
Binary101100110100011001110010011100100000110000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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