Shades of Fedora #5B4860
Tints of Fedora #5B4860
RGB
CMYK
RGB Variations
Color information
#5B4860 (or 0x5B4860) is known color: Fedora. HEX triplet: 5B, 48 and 60. RGB value is (91,72,96). Sum of RGB (Red+Green+Blue) = 91+72+96=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B4860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4860 is #A4B79F. Grayscale: #505050. Windows color (decimal): -10794912 or 6309979. OLE color: 6309979.
HSL color Cylindrical-coordinate representation of color #5B4860: hue angle of 287.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B4860 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 72 | 96 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.62 |
| HSL | 287.5º | 0.14% | 0.33% | - |
| HSV(B) | 287.5º | 0.25% | 0.38% | - |
| XYZ | 8.74 | 7.7 | 12.09 | - |
| YUV | 80.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 96 | 0.05 | 0.25 | 0 | 0.62 | 287.5 | 0.14 | 0.33 |
| Hex | 5B | 48 | 60 | 5 | 19 | 0 | 3E | 120 | E | 21 |
| Octal | 133 | 110 | 140 | 5 | 31 | 0 | 76 | 440 | 16 | 41 |
| Binary | 1011011 | 1001000 | 1100000 | 101 | 11001 | 0 | 111110 | 100100000 | 1110 | 100001 |
Color Harmonies of #5B4860
Complementary color
Monochromatic Colors of #5B4860
Black with #5B4860
Text Example
Text Example
White with #5B4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4860; }
p { color: rgb(91,72,96); }
H1.HeaderClassName
{
color: #5B4860;
}
.AnyTagClassName
{
color: #5B4860;
}
</style>
background-color css
<style>
a { background-color: #5B4860; }
a { background-color: rgb(91,72,96); }
div.DivClassName
{
background-color: #5B4860;
}
.BgClassName
{
background-color: #5B4860;
}
</style>
border-color css
<style>
span { border-color: #5B4860; }
span { border-color: rgb(91,72,96); }
td.TdClassName
{
border-color: #5B4860;
}
.TagClassName
{
border-color: #5B4860;
}
</style>