Shades of Fedora #5E4361
Tints of Fedora #5E4361
RGB
CMYK
RGB Variations
Color information
#5E4361 (or 0x5E4361) is known color: Fedora. HEX triplet: 5E, 43 and 61. RGB value is (94,67,97). Sum of RGB (Red+Green+Blue) = 94+67+97=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E4361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4361 is #A1BC9E. Grayscale: #4E4E4E. Windows color (decimal): -10599583 or 6374238. OLE color: 6374238.
HSL color Cylindrical-coordinate representation of color #5E4361: hue angle of 294º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E4361 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 67 | 97 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.62 |
| HSL | 294º | 0.18% | 0.32% | - |
| HSV(B) | 294º | 0.31% | 0.38% | - |
| XYZ | 8.78 | 7.26 | 12.25 | - |
| YUV | 78.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 97 | 0.03 | 0.31 | 0 | 0.62 | 294 | 0.18 | 0.32 |
| Hex | 5E | 43 | 61 | 3 | 1F | 0 | 3E | 126 | 12 | 20 |
| Octal | 136 | 103 | 141 | 3 | 37 | 0 | 76 | 446 | 22 | 40 |
| Binary | 1011110 | 1000011 | 1100001 | 11 | 11111 | 0 | 111110 | 100100110 | 10010 | 100000 |
Color Harmonies of #5E4361
Complementary color
Monochromatic Colors of #5E4361
Black with #5E4361
Text Example
Text Example
White with #5E4361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4361; }
p { color: rgb(94,67,97); }
H1.HeaderClassName
{
color: #5E4361;
}
.AnyTagClassName
{
color: #5E4361;
}
</style>
background-color css
<style>
a { background-color: #5E4361; }
a { background-color: rgb(94,67,97); }
div.DivClassName
{
background-color: #5E4361;
}
.BgClassName
{
background-color: #5E4361;
}
</style>
border-color css
<style>
span { border-color: #5E4361; }
span { border-color: rgb(94,67,97); }
td.TdClassName
{
border-color: #5E4361;
}
.TagClassName
{
border-color: #5E4361;
}
</style>