Shades of Fedora #655566
Tints of Fedora #655566
RGB
CMYK
RGB Variations
Color information
#655566 (or 0x655566) is known color: Fedora. HEX triplet: 65, 55 and 66. RGB value is (101,85,102). Sum of RGB (Red+Green+Blue) = 101+85+102=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 102 - color contains mainly: blue. Hex color #655566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655566 is #9AAA99. Grayscale: #5B5B5B. Windows color (decimal): -10136218 or 6706533. OLE color: 6706533.
HSL color Cylindrical-coordinate representation of color #655566: hue angle of 296.47º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655566 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 85 | 102 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.6 |
| HSL | 296.47º | 0.09% | 0.37% | - |
| HSV(B) | 296.47º | 0.17% | 0.4% | - |
| XYZ | 11.01 | 10.22 | 13.96 | - |
| YUV | 91.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 102 | 0.01 | 0.17 | 0 | 0.6 | 296.47 | 0.09 | 0.37 |
| Hex | 65 | 55 | 66 | 1 | 11 | 0 | 3C | 128 | 9 | 25 |
| Octal | 145 | 125 | 146 | 1 | 21 | 0 | 74 | 450 | 11 | 45 |
| Binary | 1100101 | 1010101 | 1100110 | 1 | 10001 | 0 | 111100 | 100101000 | 1001 | 100101 |
Color Harmonies of #655566
Complementary color
Monochromatic Colors of #655566
Black with #655566
Text Example
Text Example
White with #655566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655566; }
p { color: rgb(101,85,102); }
H1.HeaderClassName
{
color: #655566;
}
.AnyTagClassName
{
color: #655566;
}
</style>
background-color css
<style>
a { background-color: #655566; }
a { background-color: rgb(101,85,102); }
div.DivClassName
{
background-color: #655566;
}
.BgClassName
{
background-color: #655566;
}
</style>
border-color css
<style>
span { border-color: #655566; }
span { border-color: rgb(101,85,102); }
td.TdClassName
{
border-color: #655566;
}
.TagClassName
{
border-color: #655566;
}
</style>