Shades of Fedora #5B4F60
Tints of Fedora #5B4F60
RGB
CMYK
RGB Variations
Color information
#5B4F60 (or 0x5B4F60) is known color: Fedora. HEX triplet: 5B, 4F and 60. RGB value is (91,79,96). Sum of RGB (Red+Green+Blue) = 91+79+96=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B4F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B4F60 is #A4B09F. Grayscale: #545454. Windows color (decimal): -10793120 or 6311771. OLE color: 6311771.
HSL color Cylindrical-coordinate representation of color #5B4F60: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B4F60 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 79 | 96 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.62 |
| HSL | 282.35º | 0.1% | 0.34% | - |
| HSV(B) | 282.35º | 0.18% | 0.38% | - |
| XYZ | 9.22 | 8.66 | 12.25 | - |
| YUV | 84.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 79 | 96 | 0.05 | 0.18 | 0 | 0.62 | 282.35 | 0.1 | 0.34 |
| Hex | 5B | 4F | 60 | 5 | 12 | 0 | 3E | 11A | A | 22 |
| Octal | 133 | 117 | 140 | 5 | 22 | 0 | 76 | 432 | 12 | 42 |
| Binary | 1011011 | 1001111 | 1100000 | 101 | 10010 | 0 | 111110 | 100011010 | 1010 | 100010 |
Color Harmonies of #5B4F60
Complementary color
Monochromatic Colors of #5B4F60
Black with #5B4F60
Text Example
Text Example
White with #5B4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4F60; }
p { color: rgb(91,79,96); }
H1.HeaderClassName
{
color: #5B4F60;
}
.AnyTagClassName
{
color: #5B4F60;
}
</style>
background-color css
<style>
a { background-color: #5B4F60; }
a { background-color: rgb(91,79,96); }
div.DivClassName
{
background-color: #5B4F60;
}
.BgClassName
{
background-color: #5B4F60;
}
</style>
border-color css
<style>
span { border-color: #5B4F60; }
span { border-color: rgb(91,79,96); }
td.TdClassName
{
border-color: #5B4F60;
}
.TagClassName
{
border-color: #5B4F60;
}
</style>