Shades of Fedora #5C585D
Tints of Fedora #5C585D
RGB
CMYK
RGB Variations
Color information
#5C585D (or 0x5C585D) is known color: Fedora. HEX triplet: 5C, 58 and 5D. RGB value is (92,88,93). Sum of RGB (Red+Green+Blue) = 92+88+93=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C585D is #A3A7A2. Grayscale: #595959. Windows color (decimal): -10725283 or 6117468. OLE color: 6117468.
HSL color Cylindrical-coordinate representation of color #5C585D: hue angle of 288º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5C585D is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 93 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.64 |
| HSL | 288º | 0.03% | 0.35% | - |
| HSV(B) | 288º | 0.05% | 0.36% | - |
| XYZ | 9.88 | 10.05 | 11.77 | - |
| YUV | 89.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 93 | 0.01 | 0.05 | 0 | 0.64 | 288 | 0.03 | 0.35 |
| Hex | 5C | 58 | 5D | 1 | 5 | 0 | 40 | 120 | 3 | 23 |
| Octal | 134 | 130 | 135 | 1 | 5 | 0 | 100 | 440 | 3 | 43 |
| Binary | 1011100 | 1011000 | 1011101 | 1 | 101 | 0 | 1000000 | 100100000 | 11 | 100011 |
Color Harmonies of #5C585D
Complementary color
Monochromatic Colors of #5C585D
Black with #5C585D
Text Example
Text Example
White with #5C585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C585D; }
p { color: rgb(92,88,93); }
H1.HeaderClassName
{
color: #5C585D;
}
.AnyTagClassName
{
color: #5C585D;
}
</style>
background-color css
<style>
a { background-color: #5C585D; }
a { background-color: rgb(92,88,93); }
div.DivClassName
{
background-color: #5C585D;
}
.BgClassName
{
background-color: #5C585D;
}
</style>
border-color css
<style>
span { border-color: #5C585D; }
span { border-color: rgb(92,88,93); }
td.TdClassName
{
border-color: #5C585D;
}
.TagClassName
{
border-color: #5C585D;
}
</style>