Shades of Fedora #59455D
Tints of Fedora #59455D
RGB
CMYK
RGB Variations
Color information
#59455D (or 0x59455D) is known color: Fedora. HEX triplet: 59, 45 and 5D. RGB value is (89,69,93). Sum of RGB (Red+Green+Blue) = 89+69+93=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #59455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59455D is #A6BAA2. Grayscale: #4D4D4D. Windows color (decimal): -10926755 or 6112601. OLE color: 6112601.
HSL color Cylindrical-coordinate representation of color #59455D: hue angle of 290º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59455D is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 69 | 93 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.64 |
| HSL | 290º | 0.15% | 0.32% | - |
| HSV(B) | 290º | 0.26% | 0.36% | - |
| XYZ | 8.22 | 7.17 | 11.31 | - |
| YUV | 77.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 93 | 0.04 | 0.26 | 0 | 0.64 | 290 | 0.15 | 0.32 |
| Hex | 59 | 45 | 5D | 4 | 1A | 0 | 40 | 122 | F | 20 |
| Octal | 131 | 105 | 135 | 4 | 32 | 0 | 100 | 442 | 17 | 40 |
| Binary | 1011001 | 1000101 | 1011101 | 100 | 11010 | 0 | 1000000 | 100100010 | 1111 | 100000 |
Color Harmonies of #59455D
Complementary color
Monochromatic Colors of #59455D
Black with #59455D
Text Example
Text Example
White with #59455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59455D; }
p { color: rgb(89,69,93); }
H1.HeaderClassName
{
color: #59455D;
}
.AnyTagClassName
{
color: #59455D;
}
</style>
background-color css
<style>
a { background-color: #59455D; }
a { background-color: rgb(89,69,93); }
div.DivClassName
{
background-color: #59455D;
}
.BgClassName
{
background-color: #59455D;
}
</style>
border-color css
<style>
span { border-color: #59455D; }
span { border-color: rgb(89,69,93); }
td.TdClassName
{
border-color: #59455D;
}
.TagClassName
{
border-color: #59455D;
}
</style>