Shades of Fedora #5D4763
Tints of Fedora #5D4763
RGB
CMYK
RGB Variations
Color information
#5D4763 (or 0x5D4763) is known color: Fedora. HEX triplet: 5D, 47 and 63. RGB value is (93,71,99). Sum of RGB (Red+Green+Blue) = 93+71+99=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D4763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4763 is #A2B89C. Grayscale: #505050. Windows color (decimal): -10664093 or 6506333. OLE color: 6506333.
HSL color Cylindrical-coordinate representation of color #5D4763: hue angle of 287.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D4763 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 71 | 99 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.61 |
| HSL | 287.14º | 0.16% | 0.33% | - |
| HSV(B) | 287.14º | 0.28% | 0.39% | - |
| XYZ | 9.02 | 7.73 | 12.82 | - |
| YUV | 80.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 99 | 0.06 | 0.28 | 0 | 0.61 | 287.14 | 0.16 | 0.33 |
| Hex | 5D | 47 | 63 | 6 | 1C | 0 | 3D | 11F | 10 | 21 |
| Octal | 135 | 107 | 143 | 6 | 34 | 0 | 75 | 437 | 20 | 41 |
| Binary | 1011101 | 1000111 | 1100011 | 110 | 11100 | 0 | 111101 | 100011111 | 10000 | 100001 |
Color Harmonies of #5D4763
Complementary color
Monochromatic Colors of #5D4763
Black with #5D4763
Text Example
Text Example
White with #5D4763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4763; }
p { color: rgb(93,71,99); }
H1.HeaderClassName
{
color: #5D4763;
}
.AnyTagClassName
{
color: #5D4763;
}
</style>
background-color css
<style>
a { background-color: #5D4763; }
a { background-color: rgb(93,71,99); }
div.DivClassName
{
background-color: #5D4763;
}
.BgClassName
{
background-color: #5D4763;
}
</style>
border-color css
<style>
span { border-color: #5D4763; }
span { border-color: rgb(93,71,99); }
td.TdClassName
{
border-color: #5D4763;
}
.TagClassName
{
border-color: #5D4763;
}
</style>