Shades of Fedora #584E5C
Tints of Fedora #584E5C
RGB
CMYK
RGB Variations
Color information
#584E5C (or 0x584E5C) is known color: Fedora. HEX triplet: 58, 4E and 5C. RGB value is (88,78,92). Sum of RGB (Red+Green+Blue) = 88+78+92=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 92 - color contains mainly: blue. Hex color #584E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E5C is #A7B1A3. Grayscale: #525252. Windows color (decimal): -10989988 or 6049368. OLE color: 6049368.
HSL color Cylindrical-coordinate representation of color #584E5C: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #584E5C is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 78 | 92 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.64 |
| HSL | 282.86º | 0.08% | 0.33% | - |
| HSV(B) | 282.86º | 0.15% | 0.36% | - |
| XYZ | 8.68 | 8.3 | 11.27 | - |
| YUV | 82.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 92 | 0.04 | 0.15 | 0 | 0.64 | 282.86 | 0.08 | 0.33 |
| Hex | 58 | 4E | 5C | 4 | F | 0 | 40 | 11B | 8 | 21 |
| Octal | 130 | 116 | 134 | 4 | 17 | 0 | 100 | 433 | 10 | 41 |
| Binary | 1011000 | 1001110 | 1011100 | 100 | 1111 | 0 | 1000000 | 100011011 | 1000 | 100001 |
Color Harmonies of #584E5C
Complementary color
Monochromatic Colors of #584E5C
Black with #584E5C
Text Example
Text Example
White with #584E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E5C; }
p { color: rgb(88,78,92); }
H1.HeaderClassName
{
color: #584E5C;
}
.AnyTagClassName
{
color: #584E5C;
}
</style>
background-color css
<style>
a { background-color: #584E5C; }
a { background-color: rgb(88,78,92); }
div.DivClassName
{
background-color: #584E5C;
}
.BgClassName
{
background-color: #584E5C;
}
</style>
border-color css
<style>
span { border-color: #584E5C; }
span { border-color: rgb(88,78,92); }
td.TdClassName
{
border-color: #584E5C;
}
.TagClassName
{
border-color: #584E5C;
}
</style>