Shades of Fedora #5A525B
Tints of Fedora #5A525B
RGB
CMYK
RGB Variations
Color information
#5A525B (or 0x5A525B) is known color: Fedora. HEX triplet: 5A, 52 and 5B. RGB value is (90,82,91). Sum of RGB (Red+Green+Blue) = 90+82+91=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A525B is #A5ADA4. Grayscale: #555555. Windows color (decimal): -10857893 or 5984858. OLE color: 5984858.
HSL color Cylindrical-coordinate representation of color #5A525B: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A525B is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 82 | 91 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.64 |
| HSL | 293.33º | 0.05% | 0.34% | - |
| HSV(B) | 293.33º | 0.1% | 0.36% | - |
| XYZ | 9.12 | 8.96 | 11.15 | - |
| YUV | 85.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 91 | 0.01 | 0.10 | 0 | 0.64 | 293.33 | 0.05 | 0.34 |
| Hex | 5A | 52 | 5B | 1 | A | 0 | 40 | 125 | 5 | 22 |
| Octal | 132 | 122 | 133 | 1 | 12 | 0 | 100 | 445 | 5 | 42 |
| Binary | 1011010 | 1010010 | 1011011 | 1 | 1010 | 0 | 1000000 | 100100101 | 101 | 100010 |
Color Harmonies of #5A525B
Complementary color
Monochromatic Colors of #5A525B
Black with #5A525B
Text Example
Text Example
White with #5A525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A525B; }
p { color: rgb(90,82,91); }
H1.HeaderClassName
{
color: #5A525B;
}
.AnyTagClassName
{
color: #5A525B;
}
</style>
background-color css
<style>
a { background-color: #5A525B; }
a { background-color: rgb(90,82,91); }
div.DivClassName
{
background-color: #5A525B;
}
.BgClassName
{
background-color: #5A525B;
}
</style>
border-color css
<style>
span { border-color: #5A525B; }
span { border-color: rgb(90,82,91); }
td.TdClassName
{
border-color: #5A525B;
}
.TagClassName
{
border-color: #5A525B;
}
</style>