Shades of Fedora #5B525C
Tints of Fedora #5B525C
RGB
CMYK
RGB Variations
Color information
#5B525C (or 0x5B525C) is known color: Fedora. HEX triplet: 5B, 52 and 5C. RGB value is (91,82,92). Sum of RGB (Red+Green+Blue) = 91+82+92=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B525C is #A4ADA3. Grayscale: #555555. Windows color (decimal): -10792356 or 6050395. OLE color: 6050395.
HSL color Cylindrical-coordinate representation of color #5B525C: hue angle of 294º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B525C is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 92 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.64 |
| HSL | 294º | 0.06% | 0.34% | - |
| HSV(B) | 294º | 0.11% | 0.36% | - |
| XYZ | 9.26 | 9.03 | 11.38 | - |
| YUV | 85.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 92 | 0.01 | 0.11 | 0 | 0.64 | 294 | 0.06 | 0.34 |
| Hex | 5B | 52 | 5C | 1 | B | 0 | 40 | 126 | 6 | 22 |
| Octal | 133 | 122 | 134 | 1 | 13 | 0 | 100 | 446 | 6 | 42 |
| Binary | 1011011 | 1010010 | 1011100 | 1 | 1011 | 0 | 1000000 | 100100110 | 110 | 100010 |
Color Harmonies of #5B525C
Complementary color
Monochromatic Colors of #5B525C
Black with #5B525C
Text Example
Text Example
White with #5B525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B525C; }
p { color: rgb(91,82,92); }
H1.HeaderClassName
{
color: #5B525C;
}
.AnyTagClassName
{
color: #5B525C;
}
</style>
background-color css
<style>
a { background-color: #5B525C; }
a { background-color: rgb(91,82,92); }
div.DivClassName
{
background-color: #5B525C;
}
.BgClassName
{
background-color: #5B525C;
}
</style>
border-color css
<style>
span { border-color: #5B525C; }
span { border-color: rgb(91,82,92); }
td.TdClassName
{
border-color: #5B525C;
}
.TagClassName
{
border-color: #5B525C;
}
</style>