Shades of Fedora #5D4E5C
Tints of Fedora #5D4E5C
RGB
CMYK
RGB Variations
Color information
#5D4E5C (or 0x5D4E5C) is known color: Fedora. HEX triplet: 5D, 4E and 5C. RGB value is (93,78,92). Sum of RGB (Red+Green+Blue) = 93+78+92=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4E5C is #A2B1A3. Grayscale: #545454. Windows color (decimal): -10662308 or 6049373. OLE color: 6049373.
HSL color Cylindrical-coordinate representation of color #5D4E5C: hue angle of 304º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D4E5C is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 78 | 92 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.64 |
| HSL | 304º | 0.09% | 0.34% | - |
| HSV(B) | 304º | 0.16% | 0.36% | - |
| XYZ | 9.17 | 8.55 | 11.29 | - |
| YUV | 84.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 92 | 0 | 0.16 | 0.01 | 0.64 | 304 | 0.09 | 0.34 |
| Hex | 5D | 4E | 5C | 0 | 10 | 1 | 40 | 130 | 9 | 22 |
| Octal | 135 | 116 | 134 | 0 | 20 | 1 | 100 | 460 | 11 | 42 |
| Binary | 1011101 | 1001110 | 1011100 | 0 | 10000 | 1 | 1000000 | 100110000 | 1001 | 100010 |
Color Harmonies of #5D4E5C
Complementary color
Monochromatic Colors of #5D4E5C
Black with #5D4E5C
Text Example
Text Example
White with #5D4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E5C; }
p { color: rgb(93,78,92); }
H1.HeaderClassName
{
color: #5D4E5C;
}
.AnyTagClassName
{
color: #5D4E5C;
}
</style>
background-color css
<style>
a { background-color: #5D4E5C; }
a { background-color: rgb(93,78,92); }
div.DivClassName
{
background-color: #5D4E5C;
}
.BgClassName
{
background-color: #5D4E5C;
}
</style>
border-color css
<style>
span { border-color: #5D4E5C; }
span { border-color: rgb(93,78,92); }
td.TdClassName
{
border-color: #5D4E5C;
}
.TagClassName
{
border-color: #5D4E5C;
}
</style>