Shades of Fedora #59575A
Tints of Fedora #59575A
RGB
CMYK
RGB Variations
Color information
#59575A (or 0x59575A) is known color: Fedora. HEX triplet: 59, 57 and 5A. RGB value is (89,87,90). Sum of RGB (Red+Green+Blue) = 89+87+90=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 90 - color contains mainly: blue. Hex color #59575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59575A is #A6A8A5. Grayscale: #575757. Windows color (decimal): -10922150 or 5920601. OLE color: 5920601.
HSL color Cylindrical-coordinate representation of color #59575A: hue angle of 280º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #59575A is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 90 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.65 |
| HSL | 280º | 0.02% | 0.35% | - |
| HSV(B) | 280º | 0.03% | 0.35% | - |
| XYZ | 9.37 | 9.68 | 11.05 | - |
| YUV | 87.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 90 | 0.01 | 0.03 | 0 | 0.65 | 280 | 0.02 | 0.35 |
| Hex | 59 | 57 | 5A | 1 | 3 | 0 | 41 | 118 | 2 | 23 |
| Octal | 131 | 127 | 132 | 1 | 3 | 0 | 101 | 430 | 2 | 43 |
| Binary | 1011001 | 1010111 | 1011010 | 1 | 11 | 0 | 1000001 | 100011000 | 10 | 100011 |
Color Harmonies of #59575A
Complementary color
Monochromatic Colors of #59575A
Black with #59575A
Text Example
Text Example
White with #59575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59575A; }
p { color: rgb(89,87,90); }
H1.HeaderClassName
{
color: #59575A;
}
.AnyTagClassName
{
color: #59575A;
}
</style>
background-color css
<style>
a { background-color: #59575A; }
a { background-color: rgb(89,87,90); }
div.DivClassName
{
background-color: #59575A;
}
.BgClassName
{
background-color: #59575A;
}
</style>
border-color css
<style>
span { border-color: #59575A; }
span { border-color: rgb(89,87,90); }
td.TdClassName
{
border-color: #59575A;
}
.TagClassName
{
border-color: #59575A;
}
</style>