Shades of Fedora #5A515B
Tints of Fedora #5A515B
RGB
CMYK
RGB Variations
Color information
#5A515B (or 0x5A515B) is known color: Fedora. HEX triplet: 5A, 51 and 5B. RGB value is (90,81,91). Sum of RGB (Red+Green+Blue) = 90+81+91=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A515B is #A5AEA4. Grayscale: #545454. Windows color (decimal): -10858149 or 5984602. OLE color: 5984602.
HSL color Cylindrical-coordinate representation of color #5A515B: hue angle of 294º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A515B is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 81 | 91 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.64 |
| HSL | 294º | 0.06% | 0.34% | - |
| HSV(B) | 294º | 0.11% | 0.36% | - |
| XYZ | 9.05 | 8.81 | 11.12 | - |
| YUV | 84.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 91 | 0.01 | 0.11 | 0 | 0.64 | 294 | 0.06 | 0.34 |
| Hex | 5A | 51 | 5B | 1 | B | 0 | 40 | 126 | 6 | 22 |
| Octal | 132 | 121 | 133 | 1 | 13 | 0 | 100 | 446 | 6 | 42 |
| Binary | 1011010 | 1010001 | 1011011 | 1 | 1011 | 0 | 1000000 | 100100110 | 110 | 100010 |
Color Harmonies of #5A515B
Complementary color
Monochromatic Colors of #5A515B
Black with #5A515B
Text Example
Text Example
White with #5A515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A515B; }
p { color: rgb(90,81,91); }
H1.HeaderClassName
{
color: #5A515B;
}
.AnyTagClassName
{
color: #5A515B;
}
</style>
background-color css
<style>
a { background-color: #5A515B; }
a { background-color: rgb(90,81,91); }
div.DivClassName
{
background-color: #5A515B;
}
.BgClassName
{
background-color: #5A515B;
}
</style>
border-color css
<style>
span { border-color: #5A515B; }
span { border-color: rgb(90,81,91); }
td.TdClassName
{
border-color: #5A515B;
}
.TagClassName
{
border-color: #5A515B;
}
</style>