Shades of Fedora #5B475D
Tints of Fedora #5B475D
RGB
CMYK
RGB Variations
Color information
#5B475D (or 0x5B475D) is known color: Fedora. HEX triplet: 5B, 47 and 5D. RGB value is (91,71,93). Sum of RGB (Red+Green+Blue) = 91+71+93=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B475D is #A4B8A2. Grayscale: #4F4F4F. Windows color (decimal): -10795171 or 6113115. OLE color: 6113115.
HSL color Cylindrical-coordinate representation of color #5B475D: hue angle of 294.55º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B475D is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 93 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.64 |
| HSL | 294.55º | 0.13% | 0.32% | - |
| HSV(B) | 294.55º | 0.24% | 0.36% | - |
| XYZ | 8.54 | 7.52 | 11.36 | - |
| YUV | 79.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 93 | 0.02 | 0.24 | 0 | 0.64 | 294.55 | 0.13 | 0.32 |
| Hex | 5B | 47 | 5D | 2 | 18 | 0 | 40 | 127 | D | 20 |
| Octal | 133 | 107 | 135 | 2 | 30 | 0 | 100 | 447 | 15 | 40 |
| Binary | 1011011 | 1000111 | 1011101 | 10 | 11000 | 0 | 1000000 | 100100111 | 1101 | 100000 |
Color Harmonies of #5B475D
Complementary color
Monochromatic Colors of #5B475D
Black with #5B475D
Text Example
Text Example
White with #5B475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B475D; }
p { color: rgb(91,71,93); }
H1.HeaderClassName
{
color: #5B475D;
}
.AnyTagClassName
{
color: #5B475D;
}
</style>
background-color css
<style>
a { background-color: #5B475D; }
a { background-color: rgb(91,71,93); }
div.DivClassName
{
background-color: #5B475D;
}
.BgClassName
{
background-color: #5B475D;
}
</style>
border-color css
<style>
span { border-color: #5B475D; }
span { border-color: rgb(91,71,93); }
td.TdClassName
{
border-color: #5B475D;
}
.TagClassName
{
border-color: #5B475D;
}
</style>