Shades of Tundora #5A514C
Tints of Tundora #5A514C
RGB
CMYK
RGB Variations
Color information
#5A514C (or 0x5A514C) is known color: Tundora. HEX triplet: 5A, 51 and 4C. RGB value is (90,81,76). Sum of RGB (Red+Green+Blue) = 90+81+76=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 90 - color contains mainly: red. Hex color #5A514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A514C is #A5AEB3. Grayscale: #535353. Windows color (decimal): -10858164 or 5001562. OLE color: 5001562.
HSL color Cylindrical-coordinate representation of color #5A514C: hue angle of 21.43º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A514C is Cyan = 0, Magento = 0.1, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 76 | - |
| CMYK | 0 | 0.1 | 0.16 | 0.65 |
| HSL | 21.43º | 0.08% | 0.33% | - |
| HSV(B) | 21.43º | 0.16% | 0.35% | - |
| XYZ | 8.46 | 8.58 | 8.05 | - |
| YUV | 83.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 76 | 0 | 0.1 | 0.16 | 0.65 | 21.43 | 0.08 | 0.33 |
| Hex | 5A | 51 | 4C | 0 | A | 10 | 41 | 15 | 8 | 21 |
| Octal | 132 | 121 | 114 | 0 | 12 | 20 | 101 | 25 | 10 | 41 |
| Binary | 1011010 | 1010001 | 1001100 | 0 | 1010 | 10000 | 1000001 | 10101 | 1000 | 100001 |
Color Harmonies of #5A514C
Complementary color
Monochromatic Colors of #5A514C
Black with #5A514C
Text Example
Text Example
White with #5A514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A514C; }
p { color: rgb(90,81,76); }
H1.HeaderClassName
{
color: #5A514C;
}
.AnyTagClassName
{
color: #5A514C;
}
</style>
background-color css
<style>
a { background-color: #5A514C; }
a { background-color: rgb(90,81,76); }
div.DivClassName
{
background-color: #5A514C;
}
.BgClassName
{
background-color: #5A514C;
}
</style>
border-color css
<style>
span { border-color: #5A514C; }
span { border-color: rgb(90,81,76); }
td.TdClassName
{
border-color: #5A514C;
}
.TagClassName
{
border-color: #5A514C;
}
</style>