Shades of Fedora #5D535F
Tints of Fedora #5D535F
RGB
CMYK
RGB Variations
Color information
#5D535F (or 0x5D535F) is known color: Fedora. HEX triplet: 5D, 53 and 5F. RGB value is (93,83,95). Sum of RGB (Red+Green+Blue) = 93+83+95=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 95 - color contains mainly: blue. Hex color #5D535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D535F is #A2ACA0. Grayscale: #575757. Windows color (decimal): -10661025 or 6247261. OLE color: 6247261.
HSL color Cylindrical-coordinate representation of color #5D535F: hue angle of 290º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D535F is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 83 | 95 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.63 |
| HSL | 290º | 0.07% | 0.35% | - |
| HSV(B) | 290º | 0.13% | 0.37% | - |
| XYZ | 9.67 | 9.34 | 12.12 | - |
| YUV | 87.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 95 | 0.02 | 0.13 | 0 | 0.63 | 290 | 0.07 | 0.35 |
| Hex | 5D | 53 | 5F | 2 | D | 0 | 3F | 122 | 7 | 23 |
| Octal | 135 | 123 | 137 | 2 | 15 | 0 | 77 | 442 | 7 | 43 |
| Binary | 1011101 | 1010011 | 1011111 | 10 | 1101 | 0 | 111111 | 100100010 | 111 | 100011 |
Color Harmonies of #5D535F
Complementary color
Monochromatic Colors of #5D535F
Black with #5D535F
Text Example
Text Example
White with #5D535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D535F; }
p { color: rgb(93,83,95); }
H1.HeaderClassName
{
color: #5D535F;
}
.AnyTagClassName
{
color: #5D535F;
}
</style>
background-color css
<style>
a { background-color: #5D535F; }
a { background-color: rgb(93,83,95); }
div.DivClassName
{
background-color: #5D535F;
}
.BgClassName
{
background-color: #5D535F;
}
</style>
border-color css
<style>
span { border-color: #5D535F; }
span { border-color: rgb(93,83,95); }
td.TdClassName
{
border-color: #5D535F;
}
.TagClassName
{
border-color: #5D535F;
}
</style>