Shades of Fedora #5C5360
Tints of Fedora #5C5360
RGB
CMYK
RGB Variations
Color information
#5C5360 (or 0x5C5360) is known color: Fedora. HEX triplet: 5C, 53 and 60. RGB value is (92,83,96). Sum of RGB (Red+Green+Blue) = 92+83+96=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C5360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5360 is #A3AC9F. Grayscale: #575757. Windows color (decimal): -10726560 or 6312796. OLE color: 6312796.
HSL color Cylindrical-coordinate representation of color #5C5360: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C5360 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 83 | 96 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.62 |
| HSL | 281.54º | 0.07% | 0.35% | - |
| HSV(B) | 281.54º | 0.14% | 0.38% | - |
| XYZ | 9.62 | 9.31 | 12.36 | - |
| YUV | 87.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 96 | 0.04 | 0.14 | 0 | 0.62 | 281.54 | 0.07 | 0.35 |
| Hex | 5C | 53 | 60 | 4 | E | 0 | 3E | 11A | 7 | 23 |
| Octal | 134 | 123 | 140 | 4 | 16 | 0 | 76 | 432 | 7 | 43 |
| Binary | 1011100 | 1010011 | 1100000 | 100 | 1110 | 0 | 111110 | 100011010 | 111 | 100011 |
Color Harmonies of #5C5360
Complementary color
Monochromatic Colors of #5C5360
Black with #5C5360
Text Example
Text Example
White with #5C5360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5360; }
p { color: rgb(92,83,96); }
H1.HeaderClassName
{
color: #5C5360;
}
.AnyTagClassName
{
color: #5C5360;
}
</style>
background-color css
<style>
a { background-color: #5C5360; }
a { background-color: rgb(92,83,96); }
div.DivClassName
{
background-color: #5C5360;
}
.BgClassName
{
background-color: #5C5360;
}
</style>
border-color css
<style>
span { border-color: #5C5360; }
span { border-color: rgb(92,83,96); }
td.TdClassName
{
border-color: #5C5360;
}
.TagClassName
{
border-color: #5C5360;
}
</style>