Shades of Fedora #584C59
Tints of Fedora #584C59
RGB
CMYK
RGB Variations
Color information
#584C59 (or 0x584C59) is known color: Fedora. HEX triplet: 58, 4C and 59. RGB value is (88,76,89). Sum of RGB (Red+Green+Blue) = 88+76+89=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #584C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584C59 is #A7B3A6. Grayscale: #515151. Windows color (decimal): -10990503 or 5852248. OLE color: 5852248.
HSL color Cylindrical-coordinate representation of color #584C59: hue angle of 295.38º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #584C59 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 76 | 89 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.65 |
| HSL | 295.38º | 0.08% | 0.32% | - |
| HSV(B) | 295.38º | 0.15% | 0.35% | - |
| XYZ | 8.41 | 7.96 | 10.55 | - |
| YUV | 81.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 89 | 0.01 | 0.15 | 0 | 0.65 | 295.38 | 0.08 | 0.32 |
| Hex | 58 | 4C | 59 | 1 | F | 0 | 41 | 127 | 8 | 20 |
| Octal | 130 | 114 | 131 | 1 | 17 | 0 | 101 | 447 | 10 | 40 |
| Binary | 1011000 | 1001100 | 1011001 | 1 | 1111 | 0 | 1000001 | 100100111 | 1000 | 100000 |
Color Harmonies of #584C59
Complementary color
Monochromatic Colors of #584C59
Black with #584C59
Text Example
Text Example
White with #584C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C59; }
p { color: rgb(88,76,89); }
H1.HeaderClassName
{
color: #584C59;
}
.AnyTagClassName
{
color: #584C59;
}
</style>
background-color css
<style>
a { background-color: #584C59; }
a { background-color: rgb(88,76,89); }
div.DivClassName
{
background-color: #584C59;
}
.BgClassName
{
background-color: #584C59;
}
</style>
border-color css
<style>
span { border-color: #584C59; }
span { border-color: rgb(88,76,89); }
td.TdClassName
{
border-color: #584C59;
}
.TagClassName
{
border-color: #584C59;
}
</style>