Shades of Fedora #5C525D
Tints of Fedora #5C525D
RGB
CMYK
RGB Variations
Color information
#5C525D (or 0x5C525D) is known color: Fedora. HEX triplet: 5C, 52 and 5D. RGB value is (92,82,93). Sum of RGB (Red+Green+Blue) = 92+82+93=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C525D is #A3ADA2. Grayscale: #565656. Windows color (decimal): -10726819 or 6115932. OLE color: 6115932.
HSL color Cylindrical-coordinate representation of color #5C525D: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C525D is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 93 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.64 |
| HSL | 294.55º | 0.06% | 0.34% | - |
| HSV(B) | 294.55º | 0.12% | 0.36% | - |
| XYZ | 9.41 | 9.1 | 11.62 | - |
| YUV | 86.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 93 | 0.01 | 0.12 | 0 | 0.64 | 294.55 | 0.06 | 0.34 |
| Hex | 5C | 52 | 5D | 1 | C | 0 | 40 | 127 | 6 | 22 |
| Octal | 134 | 122 | 135 | 1 | 14 | 0 | 100 | 447 | 6 | 42 |
| Binary | 1011100 | 1010010 | 1011101 | 1 | 1100 | 0 | 1000000 | 100100111 | 110 | 100010 |
Color Harmonies of #5C525D
Complementary color
Monochromatic Colors of #5C525D
Black with #5C525D
Text Example
Text Example
White with #5C525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C525D; }
p { color: rgb(92,82,93); }
H1.HeaderClassName
{
color: #5C525D;
}
.AnyTagClassName
{
color: #5C525D;
}
</style>
background-color css
<style>
a { background-color: #5C525D; }
a { background-color: rgb(92,82,93); }
div.DivClassName
{
background-color: #5C525D;
}
.BgClassName
{
background-color: #5C525D;
}
</style>
border-color css
<style>
span { border-color: #5C525D; }
span { border-color: rgb(92,82,93); }
td.TdClassName
{
border-color: #5C525D;
}
.TagClassName
{
border-color: #5C525D;
}
</style>