Shades of Fedora #5E5066
Tints of Fedora #5E5066
RGB
CMYK
RGB Variations
Color information
#5E5066 (or 0x5E5066) is known color: Fedora. HEX triplet: 5E, 50 and 66. RGB value is (94,80,102). Sum of RGB (Red+Green+Blue) = 94+80+102=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E5066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5066 is #A1AF99. Grayscale: #565656. Windows color (decimal): -10596250 or 6705246. OLE color: 6705246.
HSL color Cylindrical-coordinate representation of color #5E5066: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E5066 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 80 | 102 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.6 |
| HSL | 278.18º | 0.12% | 0.36% | - |
| HSV(B) | 278.18º | 0.22% | 0.4% | - |
| XYZ | 9.88 | 9.08 | 13.8 | - |
| YUV | 86.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 102 | 0.08 | 0.22 | 0 | 0.6 | 278.18 | 0.12 | 0.36 |
| Hex | 5E | 50 | 66 | 8 | 16 | 0 | 3C | 116 | C | 24 |
| Octal | 136 | 120 | 146 | 10 | 26 | 0 | 74 | 426 | 14 | 44 |
| Binary | 1011110 | 1010000 | 1100110 | 1000 | 10110 | 0 | 111100 | 100010110 | 1100 | 100100 |
Color Harmonies of #5E5066
Complementary color
Monochromatic Colors of #5E5066
Black with #5E5066
Text Example
Text Example
White with #5E5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5066; }
p { color: rgb(94,80,102); }
H1.HeaderClassName
{
color: #5E5066;
}
.AnyTagClassName
{
color: #5E5066;
}
</style>
background-color css
<style>
a { background-color: #5E5066; }
a { background-color: rgb(94,80,102); }
div.DivClassName
{
background-color: #5E5066;
}
.BgClassName
{
background-color: #5E5066;
}
</style>
border-color css
<style>
span { border-color: #5E5066; }
span { border-color: rgb(94,80,102); }
td.TdClassName
{
border-color: #5E5066;
}
.TagClassName
{
border-color: #5E5066;
}
</style>