Shades of Fedora #5C565F
Tints of Fedora #5C565F
RGB
CMYK
RGB Variations
Color information
#5C565F (or 0x5C565F) is known color: Fedora. HEX triplet: 5C, 56 and 5F. RGB value is (92,86,95). Sum of RGB (Red+Green+Blue) = 92+86+95=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C565F is #A3A9A0. Grayscale: #585858. Windows color (decimal): -10725793 or 6248028. OLE color: 6248028.
HSL color Cylindrical-coordinate representation of color #5C565F: hue angle of 280º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5C565F is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 86 | 95 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.63 |
| HSL | 280º | 0.05% | 0.35% | - |
| HSV(B) | 280º | 0.09% | 0.37% | - |
| XYZ | 9.81 | 9.76 | 12.19 | - |
| YUV | 88.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 95 | 0.03 | 0.09 | 0 | 0.63 | 280 | 0.05 | 0.35 |
| Hex | 5C | 56 | 5F | 3 | 9 | 0 | 3F | 118 | 5 | 23 |
| Octal | 134 | 126 | 137 | 3 | 11 | 0 | 77 | 430 | 5 | 43 |
| Binary | 1011100 | 1010110 | 1011111 | 11 | 1001 | 0 | 111111 | 100011000 | 101 | 100011 |
Color Harmonies of #5C565F
Complementary color
Monochromatic Colors of #5C565F
Black with #5C565F
Text Example
Text Example
White with #5C565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C565F; }
p { color: rgb(92,86,95); }
H1.HeaderClassName
{
color: #5C565F;
}
.AnyTagClassName
{
color: #5C565F;
}
</style>
background-color css
<style>
a { background-color: #5C565F; }
a { background-color: rgb(92,86,95); }
div.DivClassName
{
background-color: #5C565F;
}
.BgClassName
{
background-color: #5C565F;
}
</style>
border-color css
<style>
span { border-color: #5C565F; }
span { border-color: rgb(92,86,95); }
td.TdClassName
{
border-color: #5C565F;
}
.TagClassName
{
border-color: #5C565F;
}
</style>