Shades of Fedora #655565
Tints of Fedora #655565
RGB
CMYK
RGB Variations
Color information
#655565 (or 0x655565) is known color: Fedora. HEX triplet: 65, 55 and 65. RGB value is (101,85,101). Sum of RGB (Red+Green+Blue) = 101+85+101=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #655565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655565 is #9AAA9A. Grayscale: #5B5B5B. Windows color (decimal): -10136219 or 6640997. OLE color: 6640997.
HSL color Cylindrical-coordinate representation of color #655565: hue angle of 300º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655565 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 101 | - |
| CMYK | 0 | 0.16 | 0 | 0.60 |
| HSL | 300º | 0.09% | 0.36% | - |
| HSV(B) | 300º | 0.16% | 0.4% | - |
| XYZ | 10.96 | 10.2 | 13.7 | - |
| YUV | 91.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 101 | 0 | 0.16 | 0 | 0.60 | 300 | 0.09 | 0.36 |
| Hex | 65 | 55 | 65 | 0 | 10 | 0 | 3C | 12C | 9 | 24 |
| Octal | 145 | 125 | 145 | 0 | 20 | 0 | 74 | 454 | 11 | 44 |
| Binary | 1100101 | 1010101 | 1100101 | 0 | 10000 | 0 | 111100 | 100101100 | 1001 | 100100 |
Color Harmonies of #655565
Complementary color
Monochromatic Colors of #655565
Black with #655565
Text Example
Text Example
White with #655565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655565; }
p { color: rgb(101,85,101); }
H1.HeaderClassName
{
color: #655565;
}
.AnyTagClassName
{
color: #655565;
}
</style>
background-color css
<style>
a { background-color: #655565; }
a { background-color: rgb(101,85,101); }
div.DivClassName
{
background-color: #655565;
}
.BgClassName
{
background-color: #655565;
}
</style>
border-color css
<style>
span { border-color: #655565; }
span { border-color: rgb(101,85,101); }
td.TdClassName
{
border-color: #655565;
}
.TagClassName
{
border-color: #655565;
}
</style>