Shades of Fedora #5B525F
Tints of Fedora #5B525F
RGB
CMYK
RGB Variations
Color information
#5B525F (or 0x5B525F) is known color: Fedora. HEX triplet: 5B, 52 and 5F. RGB value is (91,82,95). Sum of RGB (Red+Green+Blue) = 91+82+95=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B525F is #A4ADA0. Grayscale: #565656. Windows color (decimal): -10792353 or 6247003. OLE color: 6247003.
HSL color Cylindrical-coordinate representation of color #5B525F: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B525F is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 82 | 95 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.63 |
| HSL | 281.54º | 0.07% | 0.35% | - |
| HSV(B) | 281.54º | 0.14% | 0.37% | - |
| XYZ | 9.4 | 9.08 | 12.08 | - |
| YUV | 86.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 95 | 0.04 | 0.14 | 0 | 0.63 | 281.54 | 0.07 | 0.35 |
| Hex | 5B | 52 | 5F | 4 | E | 0 | 3F | 11A | 7 | 23 |
| Octal | 133 | 122 | 137 | 4 | 16 | 0 | 77 | 432 | 7 | 43 |
| Binary | 1011011 | 1010010 | 1011111 | 100 | 1110 | 0 | 111111 | 100011010 | 111 | 100011 |
Color Harmonies of #5B525F
Complementary color
Monochromatic Colors of #5B525F
Black with #5B525F
Text Example
Text Example
White with #5B525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B525F; }
p { color: rgb(91,82,95); }
H1.HeaderClassName
{
color: #5B525F;
}
.AnyTagClassName
{
color: #5B525F;
}
</style>
background-color css
<style>
a { background-color: #5B525F; }
a { background-color: rgb(91,82,95); }
div.DivClassName
{
background-color: #5B525F;
}
.BgClassName
{
background-color: #5B525F;
}
</style>
border-color css
<style>
span { border-color: #5B525F; }
span { border-color: rgb(91,82,95); }
td.TdClassName
{
border-color: #5B525F;
}
.TagClassName
{
border-color: #5B525F;
}
</style>