Shades of Fedora #5C465D
Tints of Fedora #5C465D
RGB
CMYK
RGB Variations
Color information
#5C465D (or 0x5C465D) is known color: Fedora. HEX triplet: 5C, 46 and 5D. RGB value is (92,70,93). Sum of RGB (Red+Green+Blue) = 92+70+93=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C465D is #A3B9A2. Grayscale: #4F4F4F. Windows color (decimal): -10729891 or 6112860. OLE color: 6112860.
HSL color Cylindrical-coordinate representation of color #5C465D: hue angle of 297.39º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C465D is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 93 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.64 |
| HSL | 297.39º | 0.14% | 0.32% | - |
| HSV(B) | 297.39º | 0.25% | 0.36% | - |
| XYZ | 8.58 | 7.45 | 11.34 | - |
| YUV | 79.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 93 | 0.01 | 0.25 | 0 | 0.64 | 297.39 | 0.14 | 0.32 |
| Hex | 5C | 46 | 5D | 1 | 19 | 0 | 40 | 129 | E | 20 |
| Octal | 134 | 106 | 135 | 1 | 31 | 0 | 100 | 451 | 16 | 40 |
| Binary | 1011100 | 1000110 | 1011101 | 1 | 11001 | 0 | 1000000 | 100101001 | 1110 | 100000 |
Color Harmonies of #5C465D
Complementary color
Monochromatic Colors of #5C465D
Black with #5C465D
Text Example
Text Example
White with #5C465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C465D; }
p { color: rgb(92,70,93); }
H1.HeaderClassName
{
color: #5C465D;
}
.AnyTagClassName
{
color: #5C465D;
}
</style>
background-color css
<style>
a { background-color: #5C465D; }
a { background-color: rgb(92,70,93); }
div.DivClassName
{
background-color: #5C465D;
}
.BgClassName
{
background-color: #5C465D;
}
</style>
border-color css
<style>
span { border-color: #5C465D; }
span { border-color: rgb(92,70,93); }
td.TdClassName
{
border-color: #5C465D;
}
.TagClassName
{
border-color: #5C465D;
}
</style>