Shades of Fedora #5C555F
Tints of Fedora #5C555F
RGB
CMYK
RGB Variations
Color information
#5C555F (or 0x5C555F) is known color: Fedora. HEX triplet: 5C, 55 and 5F. RGB value is (92,85,95). Sum of RGB (Red+Green+Blue) = 92+85+95=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C555F is #A3AAA0. Grayscale: #585858. Windows color (decimal): -10726049 or 6247772. OLE color: 6247772.
HSL color Cylindrical-coordinate representation of color #5C555F: hue angle of 282º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C555F is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 85 | 95 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.63 |
| HSL | 282º | 0.06% | 0.35% | - |
| HSV(B) | 282º | 0.11% | 0.37% | - |
| XYZ | 9.73 | 9.6 | 12.17 | - |
| YUV | 88.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 95 | 0.03 | 0.11 | 0 | 0.63 | 282 | 0.06 | 0.35 |
| Hex | 5C | 55 | 5F | 3 | B | 0 | 3F | 11A | 6 | 23 |
| Octal | 134 | 125 | 137 | 3 | 13 | 0 | 77 | 432 | 6 | 43 |
| Binary | 1011100 | 1010101 | 1011111 | 11 | 1011 | 0 | 111111 | 100011010 | 110 | 100011 |
Color Harmonies of #5C555F
Complementary color
Monochromatic Colors of #5C555F
Black with #5C555F
Text Example
Text Example
White with #5C555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C555F; }
p { color: rgb(92,85,95); }
H1.HeaderClassName
{
color: #5C555F;
}
.AnyTagClassName
{
color: #5C555F;
}
</style>
background-color css
<style>
a { background-color: #5C555F; }
a { background-color: rgb(92,85,95); }
div.DivClassName
{
background-color: #5C555F;
}
.BgClassName
{
background-color: #5C555F;
}
</style>
border-color css
<style>
span { border-color: #5C555F; }
span { border-color: rgb(92,85,95); }
td.TdClassName
{
border-color: #5C555F;
}
.TagClassName
{
border-color: #5C555F;
}
</style>