Shades of Fedora #5A565A
Tints of Fedora #5A565A
RGB
CMYK
RGB Variations
Color information
#5A565A (or 0x5A565A) is known color: Fedora. HEX triplet: 5A, 56 and 5A. RGB value is (90,86,90). Sum of RGB (Red+Green+Blue) = 90+86+90=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A565A is #A5A9A5. Grayscale: #575757. Windows color (decimal): -10856870 or 5920346. OLE color: 5920346.
HSL color Cylindrical-coordinate representation of color #5A565A: hue angle of 300º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5A565A is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 90 | - |
| CMYK | 0 | 0.04 | 0 | 0.65 |
| HSL | 300º | 0.02% | 0.35% | - |
| HSV(B) | 300º | 0.04% | 0.35% | - |
| XYZ | 9.39 | 9.57 | 11.02 | - |
| YUV | 87.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 90 | 0 | 0.04 | 0 | 0.65 | 300 | 0.02 | 0.35 |
| Hex | 5A | 56 | 5A | 0 | 4 | 0 | 41 | 12C | 2 | 23 |
| Octal | 132 | 126 | 132 | 0 | 4 | 0 | 101 | 454 | 2 | 43 |
| Binary | 1011010 | 1010110 | 1011010 | 0 | 100 | 0 | 1000001 | 100101100 | 10 | 100011 |
Color Harmonies of #5A565A
Complementary color
Monochromatic Colors of #5A565A
Black with #5A565A
Text Example
Text Example
White with #5A565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A565A; }
p { color: rgb(90,86,90); }
H1.HeaderClassName
{
color: #5A565A;
}
.AnyTagClassName
{
color: #5A565A;
}
</style>
background-color css
<style>
a { background-color: #5A565A; }
a { background-color: rgb(90,86,90); }
div.DivClassName
{
background-color: #5A565A;
}
.BgClassName
{
background-color: #5A565A;
}
</style>
border-color css
<style>
span { border-color: #5A565A; }
span { border-color: rgb(90,86,90); }
td.TdClassName
{
border-color: #5A565A;
}
.TagClassName
{
border-color: #5A565A;
}
</style>