Shades of Fedora #5C5061
Tints of Fedora #5C5061
RGB
CMYK
RGB Variations
Color information
#5C5061 (or 0x5C5061) is known color: Fedora. HEX triplet: 5C, 50 and 61. RGB value is (92,80,97). Sum of RGB (Red+Green+Blue) = 92+80+97=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C5061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5061 is #A3AF9E. Grayscale: #555555. Windows color (decimal): -10727327 or 6377564. OLE color: 6377564.
HSL color Cylindrical-coordinate representation of color #5C5061: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C5061 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 80 | 97 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.62 |
| HSL | 282.35º | 0.1% | 0.35% | - |
| HSV(B) | 282.35º | 0.18% | 0.38% | - |
| XYZ | 9.44 | 8.88 | 12.52 | - |
| YUV | 85.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 97 | 0.05 | 0.18 | 0 | 0.62 | 282.35 | 0.1 | 0.35 |
| Hex | 5C | 50 | 61 | 5 | 12 | 0 | 3E | 11A | A | 23 |
| Octal | 134 | 120 | 141 | 5 | 22 | 0 | 76 | 432 | 12 | 43 |
| Binary | 1011100 | 1010000 | 1100001 | 101 | 10010 | 0 | 111110 | 100011010 | 1010 | 100011 |
Color Harmonies of #5C5061
Complementary color
Monochromatic Colors of #5C5061
Black with #5C5061
Text Example
Text Example
White with #5C5061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5061; }
p { color: rgb(92,80,97); }
H1.HeaderClassName
{
color: #5C5061;
}
.AnyTagClassName
{
color: #5C5061;
}
</style>
background-color css
<style>
a { background-color: #5C5061; }
a { background-color: rgb(92,80,97); }
div.DivClassName
{
background-color: #5C5061;
}
.BgClassName
{
background-color: #5C5061;
}
</style>
border-color css
<style>
span { border-color: #5C5061; }
span { border-color: rgb(92,80,97); }
td.TdClassName
{
border-color: #5C5061;
}
.TagClassName
{
border-color: #5C5061;
}
</style>