Shades of Fedora #59525B
Tints of Fedora #59525B
RGB
CMYK
RGB Variations
Color information
#59525B (or 0x59525B) is known color: Fedora. HEX triplet: 59, 52 and 5B. RGB value is (89,82,91). Sum of RGB (Red+Green+Blue) = 89+82+91=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #59525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59525B is #A6ADA4. Grayscale: #555555. Windows color (decimal): -10923429 or 5984857. OLE color: 5984857.
HSL color Cylindrical-coordinate representation of color #59525B: hue angle of 286.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #59525B is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 82 | 91 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.64 |
| HSL | 286.67º | 0.05% | 0.34% | - |
| HSV(B) | 286.67º | 0.1% | 0.36% | - |
| XYZ | 9.03 | 8.91 | 11.14 | - |
| YUV | 85.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 91 | 0.02 | 0.10 | 0 | 0.64 | 286.67 | 0.05 | 0.34 |
| Hex | 59 | 52 | 5B | 2 | A | 0 | 40 | 11F | 5 | 22 |
| Octal | 131 | 122 | 133 | 2 | 12 | 0 | 100 | 437 | 5 | 42 |
| Binary | 1011001 | 1010010 | 1011011 | 10 | 1010 | 0 | 1000000 | 100011111 | 101 | 100010 |
Color Harmonies of #59525B
Complementary color
Monochromatic Colors of #59525B
Black with #59525B
Text Example
Text Example
White with #59525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59525B; }
p { color: rgb(89,82,91); }
H1.HeaderClassName
{
color: #59525B;
}
.AnyTagClassName
{
color: #59525B;
}
</style>
background-color css
<style>
a { background-color: #59525B; }
a { background-color: rgb(89,82,91); }
div.DivClassName
{
background-color: #59525B;
}
.BgClassName
{
background-color: #59525B;
}
</style>
border-color css
<style>
span { border-color: #59525B; }
span { border-color: rgb(89,82,91); }
td.TdClassName
{
border-color: #59525B;
}
.TagClassName
{
border-color: #59525B;
}
</style>