Shades of Fedora #5D4863
Tints of Fedora #5D4863
RGB
CMYK
RGB Variations
Color information
#5D4863 (or 0x5D4863) is known color: Fedora. HEX triplet: 5D, 48 and 63. RGB value is (93,72,99). Sum of RGB (Red+Green+Blue) = 93+72+99=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4863 is #A2B79C. Grayscale: #515151. Windows color (decimal): -10663837 or 6506589. OLE color: 6506589.
HSL color Cylindrical-coordinate representation of color #5D4863: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D4863 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 72 | 99 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.61 |
| HSL | 286.67º | 0.16% | 0.34% | - |
| HSV(B) | 286.67º | 0.27% | 0.39% | - |
| XYZ | 9.08 | 7.86 | 12.84 | - |
| YUV | 81.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 99 | 0.06 | 0.27 | 0 | 0.61 | 286.67 | 0.16 | 0.34 |
| Hex | 5D | 48 | 63 | 6 | 1B | 0 | 3D | 11F | 10 | 22 |
| Octal | 135 | 110 | 143 | 6 | 33 | 0 | 75 | 437 | 20 | 42 |
| Binary | 1011101 | 1001000 | 1100011 | 110 | 11011 | 0 | 111101 | 100011111 | 10000 | 100010 |
Color Harmonies of #5D4863
Complementary color
Monochromatic Colors of #5D4863
Black with #5D4863
Text Example
Text Example
White with #5D4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4863; }
p { color: rgb(93,72,99); }
H1.HeaderClassName
{
color: #5D4863;
}
.AnyTagClassName
{
color: #5D4863;
}
</style>
background-color css
<style>
a { background-color: #5D4863; }
a { background-color: rgb(93,72,99); }
div.DivClassName
{
background-color: #5D4863;
}
.BgClassName
{
background-color: #5D4863;
}
</style>
border-color css
<style>
span { border-color: #5D4863; }
span { border-color: rgb(93,72,99); }
td.TdClassName
{
border-color: #5D4863;
}
.TagClassName
{
border-color: #5D4863;
}
</style>