Shades of Tundora #5A5958
Tints of Tundora #5A5958
RGB
CMYK
RGB Variations
Color information
#5A5958 (or 0x5A5958) is known color: Tundora. HEX triplet: 5A, 59 and 58. RGB value is (90,89,88). Sum of RGB (Red+Green+Blue) = 90+89+88=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5958 is #A5A6A7. Grayscale: #595959. Windows color (decimal): -10856104 or 5790042. OLE color: 5790042.
HSL color Cylindrical-coordinate representation of color #5A5958: hue angle of 30º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5A5958 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
RGB | 90 | 89 | 88 | - |
CMYK | 0 | 0.01 | 0.02 | 0.65 |
HSL | 30º | 0.01% | 0.35% | - |
HSV(B) | 30º | 0.02% | 0.35% | - |
XYZ | 9.55 | 10.02 | 10.66 | - |
YUV | 89.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 89 | 88 | 0 | 0.01 | 0.02 | 0.65 | 30 | 0.01 | 0.35 |
Hex | 5A | 59 | 58 | 0 | 1 | 2 | 41 | 1E | 1 | 23 |
Octal | 132 | 131 | 130 | 0 | 1 | 2 | 101 | 36 | 1 | 43 |
Binary | 1011010 | 1011001 | 1011000 | 0 | 1 | 10 | 1000001 | 11110 | 1 | 100011 |
Color Harmonies of #5A5958
Complementary color
Monochromatic Colors of #5A5958
Black with #5A5958
Text Example
Text Example
White with #5A5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5958; }
p { color: rgb(90,89,88); }
H1.HeaderClassName
{
color: #5A5958;
}
.AnyTagClassName
{
color: #5A5958;
}
</style>
background-color css
<style>
a { background-color: #5A5958; }
a { background-color: rgb(90,89,88); }
div.DivClassName
{
background-color: #5A5958;
}
.BgClassName
{
background-color: #5A5958;
}
</style>
border-color css
<style>
span { border-color: #5A5958; }
span { border-color: rgb(90,89,88); }
td.TdClassName
{
border-color: #5A5958;
}
.TagClassName
{
border-color: #5A5958;
}
</style>