Shades of Tundora #5A5755
Tints of Tundora #5A5755
RGB
CMYK
RGB Variations
Color information
#5A5755 (or 0x5A5755) is known color: Tundora. HEX triplet: 5A, 57 and 55. RGB value is (90,87,85). Sum of RGB (Red+Green+Blue) = 90+87+85=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5755 is #A5A8AA. Grayscale: #575757. Windows color (decimal): -10856619 or 5592922. OLE color: 5592922.
HSL color Cylindrical-coordinate representation of color #5A5755: hue angle of 24º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A5755 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 85 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.65 |
| HSL | 24º | 0.03% | 0.34% | - |
| HSV(B) | 24º | 0.06% | 0.35% | - |
| XYZ | 9.26 | 9.65 | 9.97 | - |
| YUV | 87.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 85 | 0 | 0.03 | 0.06 | 0.65 | 24 | 0.03 | 0.34 |
| Hex | 5A | 57 | 55 | 0 | 3 | 6 | 41 | 18 | 3 | 22 |
| Octal | 132 | 127 | 125 | 0 | 3 | 6 | 101 | 30 | 3 | 42 |
| Binary | 1011010 | 1010111 | 1010101 | 0 | 11 | 110 | 1000001 | 11000 | 11 | 100010 |
Color Harmonies of #5A5755
Complementary color
Monochromatic Colors of #5A5755
Black with #5A5755
Text Example
Text Example
White with #5A5755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5755; }
p { color: rgb(90,87,85); }
H1.HeaderClassName
{
color: #5A5755;
}
.AnyTagClassName
{
color: #5A5755;
}
</style>
background-color css
<style>
a { background-color: #5A5755; }
a { background-color: rgb(90,87,85); }
div.DivClassName
{
background-color: #5A5755;
}
.BgClassName
{
background-color: #5A5755;
}
</style>
border-color css
<style>
span { border-color: #5A5755; }
span { border-color: rgb(90,87,85); }
td.TdClassName
{
border-color: #5A5755;
}
.TagClassName
{
border-color: #5A5755;
}
</style>