Shades of Fedora #5E5461
Tints of Fedora #5E5461
RGB
CMYK
RGB Variations
Color information
#5E5461 (or 0x5E5461) is known color: Fedora. HEX triplet: 5E, 54 and 61. RGB value is (94,84,97). Sum of RGB (Red+Green+Blue) = 94+84+97=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5461 is #A1AB9E. Grayscale: #585858. Windows color (decimal): -10595231 or 6378590. OLE color: 6378590.
HSL color Cylindrical-coordinate representation of color #5E5461: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E5461 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 84 | 97 | - |
CMYK | 0.03 | 0.13 | 0 | 0.62 |
HSL | 286.15º | 0.07% | 0.35% | - |
HSV(B) | 286.15º | 0.13% | 0.38% | - |
XYZ | 9.94 | 9.58 | 12.63 | - |
YUV | 88.47 | 132.81 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 84 | 97 | 0.03 | 0.13 | 0 | 0.62 | 286.15 | 0.07 | 0.35 |
Hex | 5E | 54 | 61 | 3 | D | 0 | 3E | 11E | 7 | 23 |
Octal | 136 | 124 | 141 | 3 | 15 | 0 | 76 | 436 | 7 | 43 |
Binary | 1011110 | 1010100 | 1100001 | 11 | 1101 | 0 | 111110 | 100011110 | 111 | 100011 |
Color Harmonies of #5E5461
Complementary color
Monochromatic Colors of #5E5461
Black with #5E5461
Text Example
Text Example
White with #5E5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5461; }
p { color: rgb(94,84,97); }
H1.HeaderClassName
{
color: #5E5461;
}
.AnyTagClassName
{
color: #5E5461;
}
</style>
background-color css
<style>
a { background-color: #5E5461; }
a { background-color: rgb(94,84,97); }
div.DivClassName
{
background-color: #5E5461;
}
.BgClassName
{
background-color: #5E5461;
}
</style>
border-color css
<style>
span { border-color: #5E5461; }
span { border-color: rgb(94,84,97); }
td.TdClassName
{
border-color: #5E5461;
}
.TagClassName
{
border-color: #5E5461;
}
</style>