Shades of Fedora #5D5164
Tints of Fedora #5D5164
RGB
CMYK
RGB Variations
Color information
#5D5164 (or 0x5D5164) is known color: Fedora. HEX triplet: 5D, 51 and 64. RGB value is (93,81,100). Sum of RGB (Red+Green+Blue) = 93+81+100=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 100 - color contains mainly: blue. Hex color #5D5164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5164 is #A2AE9B. Grayscale: #565656. Windows color (decimal): -10661532 or 6574429. OLE color: 6574429.
HSL color Cylindrical-coordinate representation of color #5D5164: hue angle of 277.89º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D5164 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 81 | 100 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.61 |
| HSL | 277.89º | 0.1% | 0.35% | - |
| HSV(B) | 277.89º | 0.19% | 0.39% | - |
| XYZ | 9.76 | 9.13 | 13.31 | - |
| YUV | 86.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 100 | 0.07 | 0.19 | 0 | 0.61 | 277.89 | 0.1 | 0.35 |
| Hex | 5D | 51 | 64 | 7 | 13 | 0 | 3D | 116 | A | 23 |
| Octal | 135 | 121 | 144 | 7 | 23 | 0 | 75 | 426 | 12 | 43 |
| Binary | 1011101 | 1010001 | 1100100 | 111 | 10011 | 0 | 111101 | 100010110 | 1010 | 100011 |
Color Harmonies of #5D5164
Complementary color
Monochromatic Colors of #5D5164
Black with #5D5164
Text Example
Text Example
White with #5D5164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5164; }
p { color: rgb(93,81,100); }
H1.HeaderClassName
{
color: #5D5164;
}
.AnyTagClassName
{
color: #5D5164;
}
</style>
background-color css
<style>
a { background-color: #5D5164; }
a { background-color: rgb(93,81,100); }
div.DivClassName
{
background-color: #5D5164;
}
.BgClassName
{
background-color: #5D5164;
}
</style>
border-color css
<style>
span { border-color: #5D5164; }
span { border-color: rgb(93,81,100); }
td.TdClassName
{
border-color: #5D5164;
}
.TagClassName
{
border-color: #5D5164;
}
</style>