Shades of Fedora #5B535F
Tints of Fedora #5B535F
RGB
CMYK
RGB Variations
Color information
#5B535F (or 0x5B535F) is known color: Fedora. HEX triplet: 5B, 53 and 5F. RGB value is (91,83,95). Sum of RGB (Red+Green+Blue) = 91+83+95=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B535F is #A4ACA0. Grayscale: #565656. Windows color (decimal): -10792097 or 6247259. OLE color: 6247259.
HSL color Cylindrical-coordinate representation of color #5B535F: hue angle of 280º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B535F is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 83 | 95 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.63 |
| HSL | 280º | 0.07% | 0.35% | - |
| HSV(B) | 280º | 0.13% | 0.37% | - |
| XYZ | 9.47 | 9.24 | 12.11 | - |
| YUV | 86.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 95 | 0.04 | 0.13 | 0 | 0.63 | 280 | 0.07 | 0.35 |
| Hex | 5B | 53 | 5F | 4 | D | 0 | 3F | 118 | 7 | 23 |
| Octal | 133 | 123 | 137 | 4 | 15 | 0 | 77 | 430 | 7 | 43 |
| Binary | 1011011 | 1010011 | 1011111 | 100 | 1101 | 0 | 111111 | 100011000 | 111 | 100011 |
Color Harmonies of #5B535F
Complementary color
Monochromatic Colors of #5B535F
Black with #5B535F
Text Example
Text Example
White with #5B535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B535F; }
p { color: rgb(91,83,95); }
H1.HeaderClassName
{
color: #5B535F;
}
.AnyTagClassName
{
color: #5B535F;
}
</style>
background-color css
<style>
a { background-color: #5B535F; }
a { background-color: rgb(91,83,95); }
div.DivClassName
{
background-color: #5B535F;
}
.BgClassName
{
background-color: #5B535F;
}
</style>
border-color css
<style>
span { border-color: #5B535F; }
span { border-color: rgb(91,83,95); }
td.TdClassName
{
border-color: #5B535F;
}
.TagClassName
{
border-color: #5B535F;
}
</style>