Shades of Fedora #5E4D68
Tints of Fedora #5E4D68
RGB
CMYK
RGB Variations
Color information
#5E4D68 (or 0x5E4D68) is known color: Fedora. HEX triplet: 5E, 4D and 68. RGB value is (94,77,104). Sum of RGB (Red+Green+Blue) = 94+77+104=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E4D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4D68 is #A1B297. Grayscale: #555555. Windows color (decimal): -10597016 or 6835550. OLE color: 6835550.
HSL color Cylindrical-coordinate representation of color #5E4D68: hue angle of 277.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E4D68 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
RGB | 94 | 77 | 104 | - |
CMYK | 0.10 | 0.26 | 0 | 0.59 |
HSL | 277.78º | 0.15% | 0.35% | - |
HSV(B) | 277.78º | 0.26% | 0.41% | - |
XYZ | 9.77 | 8.69 | 14.26 | - |
YUV | 85.16 | 138.63 | 134.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 77 | 104 | 0.10 | 0.26 | 0 | 0.59 | 277.78 | 0.15 | 0.35 |
Hex | 5E | 4D | 68 | A | 1A | 0 | 3B | 116 | F | 23 |
Octal | 136 | 115 | 150 | 12 | 32 | 0 | 73 | 426 | 17 | 43 |
Binary | 1011110 | 1001101 | 1101000 | 1010 | 11010 | 0 | 111011 | 100010110 | 1111 | 100011 |
Color Harmonies of #5E4D68
Complementary color
Monochromatic Colors of #5E4D68
Black with #5E4D68
Text Example
Text Example
White with #5E4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4D68; }
p { color: rgb(94,77,104); }
H1.HeaderClassName
{
color: #5E4D68;
}
.AnyTagClassName
{
color: #5E4D68;
}
</style>
background-color css
<style>
a { background-color: #5E4D68; }
a { background-color: rgb(94,77,104); }
div.DivClassName
{
background-color: #5E4D68;
}
.BgClassName
{
background-color: #5E4D68;
}
</style>
border-color css
<style>
span { border-color: #5E4D68; }
span { border-color: rgb(94,77,104); }
td.TdClassName
{
border-color: #5E4D68;
}
.TagClassName
{
border-color: #5E4D68;
}
</style>