Shades of Fedora #5D5361
Tints of Fedora #5D5361
RGB
CMYK
RGB Variations
Color information
#5D5361 (or 0x5D5361) is known color: Fedora. HEX triplet: 5D, 53 and 61. RGB value is (93,83,97). Sum of RGB (Red+Green+Blue) = 93+83+97=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D5361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5361 is #A2AC9E. Grayscale: #575757. Windows color (decimal): -10661023 or 6378333. OLE color: 6378333.
HSL color Cylindrical-coordinate representation of color #5D5361: hue angle of 282.86º degrees, saturation: 0.08, 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 #5D5361 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 83 | 97 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.62 |
| HSL | 282.86º | 0.08% | 0.35% | - |
| HSV(B) | 282.86º | 0.14% | 0.38% | - |
| XYZ | 9.77 | 9.38 | 12.6 | - |
| YUV | 87.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 97 | 0.04 | 0.14 | 0 | 0.62 | 282.86 | 0.08 | 0.35 |
| Hex | 5D | 53 | 61 | 4 | E | 0 | 3E | 11B | 8 | 23 |
| Octal | 135 | 123 | 141 | 4 | 16 | 0 | 76 | 433 | 10 | 43 |
| Binary | 1011101 | 1010011 | 1100001 | 100 | 1110 | 0 | 111110 | 100011011 | 1000 | 100011 |
Color Harmonies of #5D5361
Complementary color
Monochromatic Colors of #5D5361
Black with #5D5361
Text Example
Text Example
White with #5D5361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5361; }
p { color: rgb(93,83,97); }
H1.HeaderClassName
{
color: #5D5361;
}
.AnyTagClassName
{
color: #5D5361;
}
</style>
background-color css
<style>
a { background-color: #5D5361; }
a { background-color: rgb(93,83,97); }
div.DivClassName
{
background-color: #5D5361;
}
.BgClassName
{
background-color: #5D5361;
}
</style>
border-color css
<style>
span { border-color: #5D5361; }
span { border-color: rgb(93,83,97); }
td.TdClassName
{
border-color: #5D5361;
}
.TagClassName
{
border-color: #5D5361;
}
</style>