Shades of Fedora #5D4663
Tints of Fedora #5D4663
RGB
CMYK
RGB Variations
Color information
#5D4663 (or 0x5D4663) is known color: Fedora. HEX triplet: 5D, 46 and 63. RGB value is (93,70,99). Sum of RGB (Red+Green+Blue) = 93+70+99=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4663 is #A2B99C. Grayscale: #505050. Windows color (decimal): -10664349 or 6506077. OLE color: 6506077.
HSL color Cylindrical-coordinate representation of color #5D4663: hue angle of 287.59º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D4663 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 70 | 99 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.61 |
| HSL | 287.59º | 0.17% | 0.33% | - |
| HSV(B) | 287.59º | 0.29% | 0.39% | - |
| XYZ | 8.96 | 7.61 | 12.8 | - |
| YUV | 80.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 99 | 0.06 | 0.29 | 0 | 0.61 | 287.59 | 0.17 | 0.33 |
| Hex | 5D | 46 | 63 | 6 | 1D | 0 | 3D | 120 | 11 | 21 |
| Octal | 135 | 106 | 143 | 6 | 35 | 0 | 75 | 440 | 21 | 41 |
| Binary | 1011101 | 1000110 | 1100011 | 110 | 11101 | 0 | 111101 | 100100000 | 10001 | 100001 |
Color Harmonies of #5D4663
Complementary color
Monochromatic Colors of #5D4663
Black with #5D4663
Text Example
Text Example
White with #5D4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4663; }
p { color: rgb(93,70,99); }
H1.HeaderClassName
{
color: #5D4663;
}
.AnyTagClassName
{
color: #5D4663;
}
</style>
background-color css
<style>
a { background-color: #5D4663; }
a { background-color: rgb(93,70,99); }
div.DivClassName
{
background-color: #5D4663;
}
.BgClassName
{
background-color: #5D4663;
}
</style>
border-color css
<style>
span { border-color: #5D4663; }
span { border-color: rgb(93,70,99); }
td.TdClassName
{
border-color: #5D4663;
}
.TagClassName
{
border-color: #5D4663;
}
</style>