Shades of Fedora #635563
Tints of Fedora #635563
RGB
CMYK
RGB Variations
Color information
#635563 (or 0x635563) is known color: Fedora. HEX triplet: 63, 55 and 63. RGB value is (99,85,99). Sum of RGB (Red+Green+Blue) = 99+85+99=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635563 is #9CAA9C. Grayscale: #5A5A5A. Windows color (decimal): -10267293 or 6509923. OLE color: 6509923.
HSL color Cylindrical-coordinate representation of color #635563: hue angle of 300º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #635563 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 99 | - |
| CMYK | 0 | 0.14 | 0 | 0.61 |
| HSL | 300º | 0.08% | 0.36% | - |
| HSV(B) | 300º | 0.14% | 0.39% | - |
| XYZ | 10.65 | 10.05 | 13.18 | - |
| YUV | 90.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 99 | 0 | 0.14 | 0 | 0.61 | 300 | 0.08 | 0.36 |
| Hex | 63 | 55 | 63 | 0 | E | 0 | 3D | 12C | 8 | 24 |
| Octal | 143 | 125 | 143 | 0 | 16 | 0 | 75 | 454 | 10 | 44 |
| Binary | 1100011 | 1010101 | 1100011 | 0 | 1110 | 0 | 111101 | 100101100 | 1000 | 100100 |
Color Harmonies of #635563
Complementary color
Monochromatic Colors of #635563
Black with #635563
Text Example
Text Example
White with #635563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635563; }
p { color: rgb(99,85,99); }
H1.HeaderClassName
{
color: #635563;
}
.AnyTagClassName
{
color: #635563;
}
</style>
background-color css
<style>
a { background-color: #635563; }
a { background-color: rgb(99,85,99); }
div.DivClassName
{
background-color: #635563;
}
.BgClassName
{
background-color: #635563;
}
</style>
border-color css
<style>
span { border-color: #635563; }
span { border-color: rgb(99,85,99); }
td.TdClassName
{
border-color: #635563;
}
.TagClassName
{
border-color: #635563;
}
</style>