Shades of Fedora #5C585C
Tints of Fedora #5C585C
RGB
CMYK
RGB Variations
Color information
#5C585C (or 0x5C585C) is known color: Fedora. HEX triplet: 5C, 58 and 5C. RGB value is (92,88,92). Sum of RGB (Red+Green+Blue) = 92+88+92=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C585C is #A3A7A3. Grayscale: #595959. Windows color (decimal): -10725284 or 6051932. OLE color: 6051932.
HSL color Cylindrical-coordinate representation of color #5C585C: hue angle of 300º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5C585C is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 92 | - |
| CMYK | 0 | 0.04 | 0 | 0.64 |
| HSL | 300º | 0.02% | 0.35% | - |
| HSV(B) | 300º | 0.04% | 0.36% | - |
| XYZ | 9.84 | 10.03 | 11.54 | - |
| YUV | 89.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 92 | 0 | 0.04 | 0 | 0.64 | 300 | 0.02 | 0.35 |
| Hex | 5C | 58 | 5C | 0 | 4 | 0 | 40 | 12C | 2 | 23 |
| Octal | 134 | 130 | 134 | 0 | 4 | 0 | 100 | 454 | 2 | 43 |
| Binary | 1011100 | 1011000 | 1011100 | 0 | 100 | 0 | 1000000 | 100101100 | 10 | 100011 |
Color Harmonies of #5C585C
Complementary color
Monochromatic Colors of #5C585C
Black with #5C585C
Text Example
Text Example
White with #5C585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C585C; }
p { color: rgb(92,88,92); }
H1.HeaderClassName
{
color: #5C585C;
}
.AnyTagClassName
{
color: #5C585C;
}
</style>
background-color css
<style>
a { background-color: #5C585C; }
a { background-color: rgb(92,88,92); }
div.DivClassName
{
background-color: #5C585C;
}
.BgClassName
{
background-color: #5C585C;
}
</style>
border-color css
<style>
span { border-color: #5C585C; }
span { border-color: rgb(92,88,92); }
td.TdClassName
{
border-color: #5C585C;
}
.TagClassName
{
border-color: #5C585C;
}
</style>