Shades of Fedora #5A505B
Tints of Fedora #5A505B
RGB
CMYK
RGB Variations
Color information
#5A505B (or 0x5A505B) is known color: Fedora. HEX triplet: 5A, 50 and 5B. RGB value is (90,80,91). Sum of RGB (Red+Green+Blue) = 90+80+91=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A505B is #A5AFA4. Grayscale: #545454. Windows color (decimal): -10858405 or 5984346. OLE color: 5984346.
HSL color Cylindrical-coordinate representation of color #5A505B: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A505B is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 80 | 91 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.64 |
| HSL | 294.55º | 0.06% | 0.34% | - |
| HSV(B) | 294.55º | 0.12% | 0.36% | - |
| XYZ | 8.97 | 8.67 | 11.1 | - |
| YUV | 84.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 91 | 0.01 | 0.12 | 0 | 0.64 | 294.55 | 0.06 | 0.34 |
| Hex | 5A | 50 | 5B | 1 | C | 0 | 40 | 127 | 6 | 22 |
| Octal | 132 | 120 | 133 | 1 | 14 | 0 | 100 | 447 | 6 | 42 |
| Binary | 1011010 | 1010000 | 1011011 | 1 | 1100 | 0 | 1000000 | 100100111 | 110 | 100010 |
Color Harmonies of #5A505B
Complementary color
Monochromatic Colors of #5A505B
Black with #5A505B
Text Example
Text Example
White with #5A505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A505B; }
p { color: rgb(90,80,91); }
H1.HeaderClassName
{
color: #5A505B;
}
.AnyTagClassName
{
color: #5A505B;
}
</style>
background-color css
<style>
a { background-color: #5A505B; }
a { background-color: rgb(90,80,91); }
div.DivClassName
{
background-color: #5A505B;
}
.BgClassName
{
background-color: #5A505B;
}
</style>
border-color css
<style>
span { border-color: #5A505B; }
span { border-color: rgb(90,80,91); }
td.TdClassName
{
border-color: #5A505B;
}
.TagClassName
{
border-color: #5A505B;
}
</style>