Shades of Fedora #5C505D
Tints of Fedora #5C505D
RGB
CMYK
RGB Variations
Color information
#5C505D (or 0x5C505D) is known color: Fedora. HEX triplet: 5C, 50 and 5D. RGB value is (92,80,93). Sum of RGB (Red+Green+Blue) = 92+80+93=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C505D is #A3AFA2. Grayscale: #555555. Windows color (decimal): -10727331 or 6115420. OLE color: 6115420.
HSL color Cylindrical-coordinate representation of color #5C505D: hue angle of 295.38º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C505D is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 93 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.64 |
| HSL | 295.38º | 0.08% | 0.34% | - |
| HSV(B) | 295.38º | 0.14% | 0.36% | - |
| XYZ | 9.26 | 8.8 | 11.57 | - |
| YUV | 85.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 93 | 0.01 | 0.14 | 0 | 0.64 | 295.38 | 0.08 | 0.34 |
| Hex | 5C | 50 | 5D | 1 | E | 0 | 40 | 127 | 8 | 22 |
| Octal | 134 | 120 | 135 | 1 | 16 | 0 | 100 | 447 | 10 | 42 |
| Binary | 1011100 | 1010000 | 1011101 | 1 | 1110 | 0 | 1000000 | 100100111 | 1000 | 100010 |
Color Harmonies of #5C505D
Complementary color
Monochromatic Colors of #5C505D
Black with #5C505D
Text Example
Text Example
White with #5C505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C505D; }
p { color: rgb(92,80,93); }
H1.HeaderClassName
{
color: #5C505D;
}
.AnyTagClassName
{
color: #5C505D;
}
</style>
background-color css
<style>
a { background-color: #5C505D; }
a { background-color: rgb(92,80,93); }
div.DivClassName
{
background-color: #5C505D;
}
.BgClassName
{
background-color: #5C505D;
}
</style>
border-color css
<style>
span { border-color: #5C505D; }
span { border-color: rgb(92,80,93); }
td.TdClassName
{
border-color: #5C505D;
}
.TagClassName
{
border-color: #5C505D;
}
</style>