Shades of Fedora #5B535E
Tints of Fedora #5B535E
RGB
CMYK
RGB Variations
Color information
#5B535E (or 0x5B535E) is known color: Fedora. HEX triplet: 5B, 53 and 5E. RGB value is (91,83,94). Sum of RGB (Red+Green+Blue) = 91+83+94=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B535E is #A4ACA1. Grayscale: #565656. Windows color (decimal): -10792098 or 6181723. OLE color: 6181723.
HSL color Cylindrical-coordinate representation of color #5B535E: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B535E is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 83 | 94 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.63 |
| HSL | 283.64º | 0.06% | 0.35% | - |
| HSV(B) | 283.64º | 0.12% | 0.37% | - |
| XYZ | 9.43 | 9.22 | 11.87 | - |
| YUV | 86.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 94 | 0.03 | 0.12 | 0 | 0.63 | 283.64 | 0.06 | 0.35 |
| Hex | 5B | 53 | 5E | 3 | C | 0 | 3F | 11C | 6 | 23 |
| Octal | 133 | 123 | 136 | 3 | 14 | 0 | 77 | 434 | 6 | 43 |
| Binary | 1011011 | 1010011 | 1011110 | 11 | 1100 | 0 | 111111 | 100011100 | 110 | 100011 |
Color Harmonies of #5B535E
Complementary color
Monochromatic Colors of #5B535E
Black with #5B535E
Text Example
Text Example
White with #5B535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B535E; }
p { color: rgb(91,83,94); }
H1.HeaderClassName
{
color: #5B535E;
}
.AnyTagClassName
{
color: #5B535E;
}
</style>
background-color css
<style>
a { background-color: #5B535E; }
a { background-color: rgb(91,83,94); }
div.DivClassName
{
background-color: #5B535E;
}
.BgClassName
{
background-color: #5B535E;
}
</style>
border-color css
<style>
span { border-color: #5B535E; }
span { border-color: rgb(91,83,94); }
td.TdClassName
{
border-color: #5B535E;
}
.TagClassName
{
border-color: #5B535E;
}
</style>