Shades of Fedora #5D525D
Tints of Fedora #5D525D
RGB
CMYK
RGB Variations
Color information
#5D525D (or 0x5D525D) is known color: Fedora. HEX triplet: 5D, 52 and 5D. RGB value is (93,82,93). Sum of RGB (Red+Green+Blue) = 93+82+93=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D525D is #A2ADA2. Grayscale: #565656. Windows color (decimal): -10661283 or 6115933. OLE color: 6115933.
HSL color Cylindrical-coordinate representation of color #5D525D: hue angle of 300º 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 #5D525D is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 93 | - |
| CMYK | 0 | 0.12 | 0 | 0.64 |
| HSL | 300º | 0.06% | 0.34% | - |
| HSV(B) | 300º | 0.12% | 0.36% | - |
| XYZ | 9.51 | 9.15 | 11.62 | - |
| YUV | 86.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 93 | 0 | 0.12 | 0 | 0.64 | 300 | 0.06 | 0.34 |
| Hex | 5D | 52 | 5D | 0 | C | 0 | 40 | 12C | 6 | 22 |
| Octal | 135 | 122 | 135 | 0 | 14 | 0 | 100 | 454 | 6 | 42 |
| Binary | 1011101 | 1010010 | 1011101 | 0 | 1100 | 0 | 1000000 | 100101100 | 110 | 100010 |
Color Harmonies of #5D525D
Complementary color
Monochromatic Colors of #5D525D
Black with #5D525D
Text Example
Text Example
White with #5D525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D525D; }
p { color: rgb(93,82,93); }
H1.HeaderClassName
{
color: #5D525D;
}
.AnyTagClassName
{
color: #5D525D;
}
</style>
background-color css
<style>
a { background-color: #5D525D; }
a { background-color: rgb(93,82,93); }
div.DivClassName
{
background-color: #5D525D;
}
.BgClassName
{
background-color: #5D525D;
}
</style>
border-color css
<style>
span { border-color: #5D525D; }
span { border-color: rgb(93,82,93); }
td.TdClassName
{
border-color: #5D525D;
}
.TagClassName
{
border-color: #5D525D;
}
</style>