Shades of Fedora #5E5164
Tints of Fedora #5E5164
RGB
CMYK
RGB Variations
Color information
#5E5164 (or 0x5E5164) is known color: Fedora. HEX triplet: 5E, 51 and 64. RGB value is (94,81,100). Sum of RGB (Red+Green+Blue) = 94+81+100=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 100 - color contains mainly: blue. Hex color #5E5164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5164 is #A1AE9B. Grayscale: #565656. Windows color (decimal): -10595996 or 6574430. OLE color: 6574430.
HSL color Cylindrical-coordinate representation of color #5E5164: hue angle of 281.05º 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 #5E5164 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 81 | 100 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.61 |
| HSL | 281.05º | 0.1% | 0.35% | - |
| HSV(B) | 281.05º | 0.19% | 0.39% | - |
| XYZ | 9.86 | 9.18 | 13.31 | - |
| YUV | 87.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 100 | 0.06 | 0.19 | 0 | 0.61 | 281.05 | 0.1 | 0.35 |
| Hex | 5E | 51 | 64 | 6 | 13 | 0 | 3D | 119 | A | 23 |
| Octal | 136 | 121 | 144 | 6 | 23 | 0 | 75 | 431 | 12 | 43 |
| Binary | 1011110 | 1010001 | 1100100 | 110 | 10011 | 0 | 111101 | 100011001 | 1010 | 100011 |
Color Harmonies of #5E5164
Complementary color
Monochromatic Colors of #5E5164
Black with #5E5164
Text Example
Text Example
White with #5E5164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5164; }
p { color: rgb(94,81,100); }
H1.HeaderClassName
{
color: #5E5164;
}
.AnyTagClassName
{
color: #5E5164;
}
</style>
background-color css
<style>
a { background-color: #5E5164; }
a { background-color: rgb(94,81,100); }
div.DivClassName
{
background-color: #5E5164;
}
.BgClassName
{
background-color: #5E5164;
}
</style>
border-color css
<style>
span { border-color: #5E5164; }
span { border-color: rgb(94,81,100); }
td.TdClassName
{
border-color: #5E5164;
}
.TagClassName
{
border-color: #5E5164;
}
</style>