Shades of Fedora #5F4262
Tints of Fedora #5F4262
RGB
CMYK
RGB Variations
Color information
#5F4262 (or 0x5F4262) is known color: Fedora. HEX triplet: 5F, 42 and 62. RGB value is (95,66,98). Sum of RGB (Red+Green+Blue) = 95+66+98=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F4262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4262 is #A0BD9D. Grayscale: #4E4E4E. Windows color (decimal): -10534302 or 6439519. OLE color: 6439519.
HSL color Cylindrical-coordinate representation of color #5F4262: hue angle of 294.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F4262 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 66 | 98 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.62 |
| HSL | 294.38º | 0.2% | 0.32% | - |
| HSV(B) | 294.38º | 0.33% | 0.38% | - |
| XYZ | 8.87 | 7.21 | 12.48 | - |
| YUV | 78.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 98 | 0.03 | 0.33 | 0 | 0.62 | 294.38 | 0.2 | 0.32 |
| Hex | 5F | 42 | 62 | 3 | 21 | 0 | 3E | 126 | 14 | 20 |
| Octal | 137 | 102 | 142 | 3 | 41 | 0 | 76 | 446 | 24 | 40 |
| Binary | 1011111 | 1000010 | 1100010 | 11 | 100001 | 0 | 111110 | 100100110 | 10100 | 100000 |
Color Harmonies of #5F4262
Complementary color
Monochromatic Colors of #5F4262
Black with #5F4262
Text Example
Text Example
White with #5F4262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4262; }
p { color: rgb(95,66,98); }
H1.HeaderClassName
{
color: #5F4262;
}
.AnyTagClassName
{
color: #5F4262;
}
</style>
background-color css
<style>
a { background-color: #5F4262; }
a { background-color: rgb(95,66,98); }
div.DivClassName
{
background-color: #5F4262;
}
.BgClassName
{
background-color: #5F4262;
}
</style>
border-color css
<style>
span { border-color: #5F4262; }
span { border-color: rgb(95,66,98); }
td.TdClassName
{
border-color: #5F4262;
}
.TagClassName
{
border-color: #5F4262;
}
</style>