Shades of Fedora #5C535C
Tints of Fedora #5C535C
RGB
CMYK
RGB Variations
Color information
#5C535C (or 0x5C535C) is known color: Fedora. HEX triplet: 5C, 53 and 5C. RGB value is (92,83,92). Sum of RGB (Red+Green+Blue) = 92+83+92=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C535C is #A3ACA3. Grayscale: #565656. Windows color (decimal): -10726564 or 6050652. OLE color: 6050652.
HSL color Cylindrical-coordinate representation of color #5C535C: hue angle of 300º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C535C is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 83 | 92 | - |
| CMYK | 0 | 0.10 | 0 | 0.64 |
| HSL | 300º | 0.05% | 0.34% | - |
| HSV(B) | 300º | 0.1% | 0.36% | - |
| XYZ | 9.44 | 9.23 | 11.41 | - |
| YUV | 86.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 92 | 0 | 0.10 | 0 | 0.64 | 300 | 0.05 | 0.34 |
| Hex | 5C | 53 | 5C | 0 | A | 0 | 40 | 12C | 5 | 22 |
| Octal | 134 | 123 | 134 | 0 | 12 | 0 | 100 | 454 | 5 | 42 |
| Binary | 1011100 | 1010011 | 1011100 | 0 | 1010 | 0 | 1000000 | 100101100 | 101 | 100010 |
Color Harmonies of #5C535C
Complementary color
Monochromatic Colors of #5C535C
Black with #5C535C
Text Example
Text Example
White with #5C535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C535C; }
p { color: rgb(92,83,92); }
H1.HeaderClassName
{
color: #5C535C;
}
.AnyTagClassName
{
color: #5C535C;
}
</style>
background-color css
<style>
a { background-color: #5C535C; }
a { background-color: rgb(92,83,92); }
div.DivClassName
{
background-color: #5C535C;
}
.BgClassName
{
background-color: #5C535C;
}
</style>
border-color css
<style>
span { border-color: #5C535C; }
span { border-color: rgb(92,83,92); }
td.TdClassName
{
border-color: #5C535C;
}
.TagClassName
{
border-color: #5C535C;
}
</style>