Shades of Tundora #5A514D
Tints of Tundora #5A514D
RGB
CMYK
RGB Variations
Color information
#5A514D (or 0x5A514D) is known color: Tundora. HEX triplet: 5A, 51 and 4D. RGB value is (90,81,77). Sum of RGB (Red+Green+Blue) = 90+81+77=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A514D is #A5AEB2. Grayscale: #535353. Windows color (decimal): -10858163 or 5067098. OLE color: 5067098.
HSL color Cylindrical-coordinate representation of color #5A514D: hue angle of 18.46º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A514D is Cyan = 0, Magento = 0.1, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 77 | - |
| CMYK | 0 | 0.1 | 0.14 | 0.65 |
| HSL | 18.46º | 0.08% | 0.33% | - |
| HSV(B) | 18.46º | 0.14% | 0.35% | - |
| XYZ | 8.5 | 8.59 | 8.23 | - |
| YUV | 83.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 77 | 0 | 0.1 | 0.14 | 0.65 | 18.46 | 0.08 | 0.33 |
| Hex | 5A | 51 | 4D | 0 | A | E | 41 | 12 | 8 | 21 |
| Octal | 132 | 121 | 115 | 0 | 12 | 16 | 101 | 22 | 10 | 41 |
| Binary | 1011010 | 1010001 | 1001101 | 0 | 1010 | 1110 | 1000001 | 10010 | 1000 | 100001 |
Color Harmonies of #5A514D
Complementary color
Monochromatic Colors of #5A514D
Black with #5A514D
Text Example
Text Example
White with #5A514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A514D; }
p { color: rgb(90,81,77); }
H1.HeaderClassName
{
color: #5A514D;
}
.AnyTagClassName
{
color: #5A514D;
}
</style>
background-color css
<style>
a { background-color: #5A514D; }
a { background-color: rgb(90,81,77); }
div.DivClassName
{
background-color: #5A514D;
}
.BgClassName
{
background-color: #5A514D;
}
</style>
border-color css
<style>
span { border-color: #5A514D; }
span { border-color: rgb(90,81,77); }
td.TdClassName
{
border-color: #5A514D;
}
.TagClassName
{
border-color: #5A514D;
}
</style>