Shades of Fedora #5C4E63
Tints of Fedora #5C4E63
RGB
CMYK
RGB Variations
Color information
#5C4E63 (or 0x5C4E63) is known color: Fedora. HEX triplet: 5C, 4E and 63. RGB value is (92,78,99). Sum of RGB (Red+Green+Blue) = 92+78+99=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C4E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E63 is #A3B19C. Grayscale: #545454. Windows color (decimal): -10727837 or 6508124. OLE color: 6508124.
HSL color Cylindrical-coordinate representation of color #5C4E63: hue angle of 280º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C4E63 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 78 | 99 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.61 |
| HSL | 280º | 0.12% | 0.35% | - |
| HSV(B) | 280º | 0.21% | 0.39% | - |
| XYZ | 9.39 | 8.62 | 12.97 | - |
| YUV | 84.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 99 | 0.07 | 0.21 | 0 | 0.61 | 280 | 0.12 | 0.35 |
| Hex | 5C | 4E | 63 | 7 | 15 | 0 | 3D | 118 | C | 23 |
| Octal | 134 | 116 | 143 | 7 | 25 | 0 | 75 | 430 | 14 | 43 |
| Binary | 1011100 | 1001110 | 1100011 | 111 | 10101 | 0 | 111101 | 100011000 | 1100 | 100011 |
Color Harmonies of #5C4E63
Complementary color
Monochromatic Colors of #5C4E63
Black with #5C4E63
Text Example
Text Example
White with #5C4E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E63; }
p { color: rgb(92,78,99); }
H1.HeaderClassName
{
color: #5C4E63;
}
.AnyTagClassName
{
color: #5C4E63;
}
</style>
background-color css
<style>
a { background-color: #5C4E63; }
a { background-color: rgb(92,78,99); }
div.DivClassName
{
background-color: #5C4E63;
}
.BgClassName
{
background-color: #5C4E63;
}
</style>
border-color css
<style>
span { border-color: #5C4E63; }
span { border-color: rgb(92,78,99); }
td.TdClassName
{
border-color: #5C4E63;
}
.TagClassName
{
border-color: #5C4E63;
}
</style>