Shades of Fedora #5D5360
Tints of Fedora #5D5360
RGB
CMYK
RGB Variations
Color information
#5D5360 (or 0x5D5360) is known color: Fedora. HEX triplet: 5D, 53 and 60. RGB value is (93,83,96). Sum of RGB (Red+Green+Blue) = 93+83+96=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D5360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5360 is #A2AC9F. Grayscale: #575757. Windows color (decimal): -10661024 or 6312797. OLE color: 6312797.
HSL color Cylindrical-coordinate representation of color #5D5360: hue angle of 286.15º 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 #5D5360 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 83 | 96 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.62 |
| HSL | 286.15º | 0.07% | 0.35% | - |
| HSV(B) | 286.15º | 0.14% | 0.38% | - |
| XYZ | 9.72 | 9.36 | 12.36 | - |
| YUV | 87.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 96 | 0.03 | 0.14 | 0 | 0.62 | 286.15 | 0.07 | 0.35 |
| Hex | 5D | 53 | 60 | 3 | E | 0 | 3E | 11E | 7 | 23 |
| Octal | 135 | 123 | 140 | 3 | 16 | 0 | 76 | 436 | 7 | 43 |
| Binary | 1011101 | 1010011 | 1100000 | 11 | 1110 | 0 | 111110 | 100011110 | 111 | 100011 |
Color Harmonies of #5D5360
Complementary color
Monochromatic Colors of #5D5360
Black with #5D5360
Text Example
Text Example
White with #5D5360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5360; }
p { color: rgb(93,83,96); }
H1.HeaderClassName
{
color: #5D5360;
}
.AnyTagClassName
{
color: #5D5360;
}
</style>
background-color css
<style>
a { background-color: #5D5360; }
a { background-color: rgb(93,83,96); }
div.DivClassName
{
background-color: #5D5360;
}
.BgClassName
{
background-color: #5D5360;
}
</style>
border-color css
<style>
span { border-color: #5D5360; }
span { border-color: rgb(93,83,96); }
td.TdClassName
{
border-color: #5D5360;
}
.TagClassName
{
border-color: #5D5360;
}
</style>