Shades of Fedora #5C545D
Tints of Fedora #5C545D
RGB
CMYK
RGB Variations
Color information
#5C545D (or 0x5C545D) is known color: Fedora. HEX triplet: 5C, 54 and 5D. RGB value is (92,84,93). Sum of RGB (Red+Green+Blue) = 92+84+93=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C545D is #A3ABA2. Grayscale: #575757. Windows color (decimal): -10726307 or 6116444. OLE color: 6116444.
HSL color Cylindrical-coordinate representation of color #5C545D: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C545D is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 84 | 93 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.64 |
| HSL | 293.33º | 0.05% | 0.35% | - |
| HSV(B) | 293.33º | 0.1% | 0.36% | - |
| XYZ | 9.56 | 9.41 | 11.67 | - |
| YUV | 87.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 93 | 0.01 | 0.10 | 0 | 0.64 | 293.33 | 0.05 | 0.35 |
| Hex | 5C | 54 | 5D | 1 | A | 0 | 40 | 125 | 5 | 23 |
| Octal | 134 | 124 | 135 | 1 | 12 | 0 | 100 | 445 | 5 | 43 |
| Binary | 1011100 | 1010100 | 1011101 | 1 | 1010 | 0 | 1000000 | 100100101 | 101 | 100011 |
Color Harmonies of #5C545D
Complementary color
Monochromatic Colors of #5C545D
Black with #5C545D
Text Example
Text Example
White with #5C545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C545D; }
p { color: rgb(92,84,93); }
H1.HeaderClassName
{
color: #5C545D;
}
.AnyTagClassName
{
color: #5C545D;
}
</style>
background-color css
<style>
a { background-color: #5C545D; }
a { background-color: rgb(92,84,93); }
div.DivClassName
{
background-color: #5C545D;
}
.BgClassName
{
background-color: #5C545D;
}
</style>
border-color css
<style>
span { border-color: #5C545D; }
span { border-color: rgb(92,84,93); }
td.TdClassName
{
border-color: #5C545D;
}
.TagClassName
{
border-color: #5C545D;
}
</style>