Shades of Fedora #5A515A
Tints of Fedora #5A515A
RGB
CMYK
RGB Variations
Color information
#5A515A (or 0x5A515A) is known color: Fedora. HEX triplet: 5A, 51 and 5A. RGB value is (90,81,90). Sum of RGB (Red+Green+Blue) = 90+81+90=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A515A is #A5AEA5. Grayscale: #545454. Windows color (decimal): -10858150 or 5919066. OLE color: 5919066.
HSL color Cylindrical-coordinate representation of color #5A515A: hue angle of 300º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A515A is Cyan = 0, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 90 | - |
| CMYK | 0 | 0.1 | 0 | 0.65 |
| HSL | 300º | 0.05% | 0.34% | - |
| HSV(B) | 300º | 0.1% | 0.35% | - |
| XYZ | 9 | 8.8 | 10.9 | - |
| YUV | 84.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 90 | 0 | 0.1 | 0 | 0.65 | 300 | 0.05 | 0.34 |
| Hex | 5A | 51 | 5A | 0 | A | 0 | 41 | 12C | 5 | 22 |
| Octal | 132 | 121 | 132 | 0 | 12 | 0 | 101 | 454 | 5 | 42 |
| Binary | 1011010 | 1010001 | 1011010 | 0 | 1010 | 0 | 1000001 | 100101100 | 101 | 100010 |
Color Harmonies of #5A515A
Complementary color
Monochromatic Colors of #5A515A
Black with #5A515A
Text Example
Text Example
White with #5A515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A515A; }
p { color: rgb(90,81,90); }
H1.HeaderClassName
{
color: #5A515A;
}
.AnyTagClassName
{
color: #5A515A;
}
</style>
background-color css
<style>
a { background-color: #5A515A; }
a { background-color: rgb(90,81,90); }
div.DivClassName
{
background-color: #5A515A;
}
.BgClassName
{
background-color: #5A515A;
}
</style>
border-color css
<style>
span { border-color: #5A515A; }
span { border-color: rgb(90,81,90); }
td.TdClassName
{
border-color: #5A515A;
}
.TagClassName
{
border-color: #5A515A;
}
</style>