Shades of Fedora #584C5B
Tints of Fedora #584C5B
RGB
CMYK
RGB Variations
Color information
#584C5B (or 0x584C5B) is known color: Fedora. HEX triplet: 58, 4C and 5B. RGB value is (88,76,91). Sum of RGB (Red+Green+Blue) = 88+76+91=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 91 - color contains mainly: blue. Hex color #584C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584C5B is #A7B3A4. Grayscale: #515151. Windows color (decimal): -10990501 or 5983320. OLE color: 5983320.
HSL color Cylindrical-coordinate representation of color #584C5B: hue angle of 288º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #584C5B is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 76 | 91 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.64 |
| HSL | 288º | 0.09% | 0.33% | - |
| HSV(B) | 288º | 0.16% | 0.36% | - |
| XYZ | 8.5 | 8 | 10.99 | - |
| YUV | 81.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 91 | 0.03 | 0.16 | 0 | 0.64 | 288 | 0.09 | 0.33 |
| Hex | 58 | 4C | 5B | 3 | 10 | 0 | 40 | 120 | 9 | 21 |
| Octal | 130 | 114 | 133 | 3 | 20 | 0 | 100 | 440 | 11 | 41 |
| Binary | 1011000 | 1001100 | 1011011 | 11 | 10000 | 0 | 1000000 | 100100000 | 1001 | 100001 |
Color Harmonies of #584C5B
Complementary color
Monochromatic Colors of #584C5B
Black with #584C5B
Text Example
Text Example
White with #584C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C5B; }
p { color: rgb(88,76,91); }
H1.HeaderClassName
{
color: #584C5B;
}
.AnyTagClassName
{
color: #584C5B;
}
</style>
background-color css
<style>
a { background-color: #584C5B; }
a { background-color: rgb(88,76,91); }
div.DivClassName
{
background-color: #584C5B;
}
.BgClassName
{
background-color: #584C5B;
}
</style>
border-color css
<style>
span { border-color: #584C5B; }
span { border-color: rgb(88,76,91); }
td.TdClassName
{
border-color: #584C5B;
}
.TagClassName
{
border-color: #584C5B;
}
</style>