Shades of Fedora #5C555C
Tints of Fedora #5C555C
RGB
CMYK
RGB Variations
Color information
#5C555C (or 0x5C555C) is known color: Fedora. HEX triplet: 5C, 55 and 5C. RGB value is (92,85,92). Sum of RGB (Red+Green+Blue) = 92+85+92=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C555C is #A3AAA3. Grayscale: #575757. Windows color (decimal): -10726052 or 6051164. OLE color: 6051164.
HSL color Cylindrical-coordinate representation of color #5C555C: hue angle of 300º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C555C is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 85 | 92 | - |
| CMYK | 0 | 0.08 | 0 | 0.64 |
| HSL | 300º | 0.04% | 0.35% | - |
| HSV(B) | 300º | 0.08% | 0.36% | - |
| XYZ | 9.59 | 9.55 | 11.46 | - |
| YUV | 87.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 92 | 0 | 0.08 | 0 | 0.64 | 300 | 0.04 | 0.35 |
| Hex | 5C | 55 | 5C | 0 | 8 | 0 | 40 | 12C | 4 | 23 |
| Octal | 134 | 125 | 134 | 0 | 10 | 0 | 100 | 454 | 4 | 43 |
| Binary | 1011100 | 1010101 | 1011100 | 0 | 1000 | 0 | 1000000 | 100101100 | 100 | 100011 |
Color Harmonies of #5C555C
Complementary color
Monochromatic Colors of #5C555C
Black with #5C555C
Text Example
Text Example
White with #5C555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C555C; }
p { color: rgb(92,85,92); }
H1.HeaderClassName
{
color: #5C555C;
}
.AnyTagClassName
{
color: #5C555C;
}
</style>
background-color css
<style>
a { background-color: #5C555C; }
a { background-color: rgb(92,85,92); }
div.DivClassName
{
background-color: #5C555C;
}
.BgClassName
{
background-color: #5C555C;
}
</style>
border-color css
<style>
span { border-color: #5C555C; }
span { border-color: rgb(92,85,92); }
td.TdClassName
{
border-color: #5C555C;
}
.TagClassName
{
border-color: #5C555C;
}
</style>