Shades of Fedora #5C4A5F
Tints of Fedora #5C4A5F
RGB
CMYK
RGB Variations
Color information
#5C4A5F (or 0x5C4A5F) is known color: Fedora. HEX triplet: 5C, 4A and 5F. RGB value is (92,74,95). Sum of RGB (Red+Green+Blue) = 92+74+95=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C4A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4A5F is #A3B5A0. Grayscale: #515151. Windows color (decimal): -10728865 or 6244956. OLE color: 6244956.
HSL color Cylindrical-coordinate representation of color #5C4A5F: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C4A5F is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 74 | 95 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.63 |
| HSL | 291.43º | 0.12% | 0.33% | - |
| HSV(B) | 291.43º | 0.22% | 0.37% | - |
| XYZ | 8.93 | 8 | 11.9 | - |
| YUV | 81.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 95 | 0.03 | 0.22 | 0 | 0.63 | 291.43 | 0.12 | 0.33 |
| Hex | 5C | 4A | 5F | 3 | 16 | 0 | 3F | 123 | C | 21 |
| Octal | 134 | 112 | 137 | 3 | 26 | 0 | 77 | 443 | 14 | 41 |
| Binary | 1011100 | 1001010 | 1011111 | 11 | 10110 | 0 | 111111 | 100100011 | 1100 | 100001 |
Color Harmonies of #5C4A5F
Complementary color
Monochromatic Colors of #5C4A5F
Black with #5C4A5F
Text Example
Text Example
White with #5C4A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A5F; }
p { color: rgb(92,74,95); }
H1.HeaderClassName
{
color: #5C4A5F;
}
.AnyTagClassName
{
color: #5C4A5F;
}
</style>
background-color css
<style>
a { background-color: #5C4A5F; }
a { background-color: rgb(92,74,95); }
div.DivClassName
{
background-color: #5C4A5F;
}
.BgClassName
{
background-color: #5C4A5F;
}
</style>
border-color css
<style>
span { border-color: #5C4A5F; }
span { border-color: rgb(92,74,95); }
td.TdClassName
{
border-color: #5C4A5F;
}
.TagClassName
{
border-color: #5C4A5F;
}
</style>