Shades of Fedora #5E4F67
Tints of Fedora #5E4F67
RGB
CMYK
RGB Variations
Color information
#5E4F67 (or 0x5E4F67) is known color: Fedora. HEX triplet: 5E, 4F and 67. RGB value is (94,79,103). Sum of RGB (Red+Green+Blue) = 94+79+103=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E4F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4F67 is #A1B098. Grayscale: #565656. Windows color (decimal): -10596505 or 6770526. OLE color: 6770526.
HSL color Cylindrical-coordinate representation of color #5E4F67: hue angle of 277.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E4F67 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 79 | 103 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.60 |
| HSL | 277.5º | 0.13% | 0.36% | - |
| HSV(B) | 277.5º | 0.23% | 0.4% | - |
| XYZ | 9.86 | 8.95 | 14.04 | - |
| YUV | 86.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 103 | 0.09 | 0.23 | 0 | 0.60 | 277.5 | 0.13 | 0.36 |
| Hex | 5E | 4F | 67 | 9 | 17 | 0 | 3C | 116 | D | 24 |
| Octal | 136 | 117 | 147 | 11 | 27 | 0 | 74 | 426 | 15 | 44 |
| Binary | 1011110 | 1001111 | 1100111 | 1001 | 10111 | 0 | 111100 | 100010110 | 1101 | 100100 |
Color Harmonies of #5E4F67
Complementary color
Monochromatic Colors of #5E4F67
Black with #5E4F67
Text Example
Text Example
White with #5E4F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F67; }
p { color: rgb(94,79,103); }
H1.HeaderClassName
{
color: #5E4F67;
}
.AnyTagClassName
{
color: #5E4F67;
}
</style>
background-color css
<style>
a { background-color: #5E4F67; }
a { background-color: rgb(94,79,103); }
div.DivClassName
{
background-color: #5E4F67;
}
.BgClassName
{
background-color: #5E4F67;
}
</style>
border-color css
<style>
span { border-color: #5E4F67; }
span { border-color: rgb(94,79,103); }
td.TdClassName
{
border-color: #5E4F67;
}
.TagClassName
{
border-color: #5E4F67;
}
</style>