Shades of Fedora #5B4F5D
Tints of Fedora #5B4F5D
RGB
CMYK
RGB Variations
Color information
#5B4F5D (or 0x5B4F5D) is known color: Fedora. HEX triplet: 5B, 4F and 5D. RGB value is (91,79,93). Sum of RGB (Red+Green+Blue) = 91+79+93=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B4F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B4F5D is #A4B0A2. Grayscale: #545454. Windows color (decimal): -10793123 or 6115163. OLE color: 6115163.
HSL color Cylindrical-coordinate representation of color #5B4F5D: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B4F5D is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 79 | 93 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.64 |
| HSL | 291.43º | 0.08% | 0.34% | - |
| HSV(B) | 291.43º | 0.15% | 0.36% | - |
| XYZ | 9.09 | 8.61 | 11.54 | - |
| YUV | 84.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 79 | 93 | 0.02 | 0.15 | 0 | 0.64 | 291.43 | 0.08 | 0.34 |
| Hex | 5B | 4F | 5D | 2 | F | 0 | 40 | 123 | 8 | 22 |
| Octal | 133 | 117 | 135 | 2 | 17 | 0 | 100 | 443 | 10 | 42 |
| Binary | 1011011 | 1001111 | 1011101 | 10 | 1111 | 0 | 1000000 | 100100011 | 1000 | 100010 |
Color Harmonies of #5B4F5D
Complementary color
Monochromatic Colors of #5B4F5D
Black with #5B4F5D
Text Example
Text Example
White with #5B4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4F5D; }
p { color: rgb(91,79,93); }
H1.HeaderClassName
{
color: #5B4F5D;
}
.AnyTagClassName
{
color: #5B4F5D;
}
</style>
background-color css
<style>
a { background-color: #5B4F5D; }
a { background-color: rgb(91,79,93); }
div.DivClassName
{
background-color: #5B4F5D;
}
.BgClassName
{
background-color: #5B4F5D;
}
</style>
border-color css
<style>
span { border-color: #5B4F5D; }
span { border-color: rgb(91,79,93); }
td.TdClassName
{
border-color: #5B4F5D;
}
.TagClassName
{
border-color: #5B4F5D;
}
</style>