Shades of Fedora #5F5067
Tints of Fedora #5F5067
RGB
CMYK
RGB Variations
Color information
#5F5067 (or 0x5F5067) is known color: Fedora. HEX triplet: 5F, 50 and 67. RGB value is (95,80,103). Sum of RGB (Red+Green+Blue) = 95+80+103=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F5067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5067 is #A0AF98. Grayscale: #575757. Windows color (decimal): -10530713 or 6770783. OLE color: 6770783.
HSL color Cylindrical-coordinate representation of color #5F5067: hue angle of 279.13º degrees, saturation: 0.13, 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 #5F5067 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 80 | 103 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.60 |
| HSL | 279.13º | 0.13% | 0.36% | - |
| HSV(B) | 279.13º | 0.22% | 0.4% | - |
| XYZ | 10.04 | 9.15 | 14.07 | - |
| YUV | 87.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 103 | 0.08 | 0.22 | 0 | 0.60 | 279.13 | 0.13 | 0.36 |
| Hex | 5F | 50 | 67 | 8 | 16 | 0 | 3C | 117 | D | 24 |
| Octal | 137 | 120 | 147 | 10 | 26 | 0 | 74 | 427 | 15 | 44 |
| Binary | 1011111 | 1010000 | 1100111 | 1000 | 10110 | 0 | 111100 | 100010111 | 1101 | 100100 |
Color Harmonies of #5F5067
Complementary color
Monochromatic Colors of #5F5067
Black with #5F5067
Text Example
Text Example
White with #5F5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5067; }
p { color: rgb(95,80,103); }
H1.HeaderClassName
{
color: #5F5067;
}
.AnyTagClassName
{
color: #5F5067;
}
</style>
background-color css
<style>
a { background-color: #5F5067; }
a { background-color: rgb(95,80,103); }
div.DivClassName
{
background-color: #5F5067;
}
.BgClassName
{
background-color: #5F5067;
}
</style>
border-color css
<style>
span { border-color: #5F5067; }
span { border-color: rgb(95,80,103); }
td.TdClassName
{
border-color: #5F5067;
}
.TagClassName
{
border-color: #5F5067;
}
</style>