Shades of Fedora #655569
Tints of Fedora #655569
RGB
CMYK
RGB Variations
Color information
#655569 (or 0x655569) is known color: Fedora. HEX triplet: 65, 55 and 69. RGB value is (101,85,105). Sum of RGB (Red+Green+Blue) = 101+85+105=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #655569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655569 is #9AAA96. Grayscale: #5B5B5B. Windows color (decimal): -10136215 or 6903141. OLE color: 6903141.
HSL color Cylindrical-coordinate representation of color #655569: hue angle of 288º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655569 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 85 | 105 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.59 |
| HSL | 288º | 0.11% | 0.37% | - |
| HSV(B) | 288º | 0.19% | 0.41% | - |
| XYZ | 11.17 | 10.28 | 14.76 | - |
| YUV | 92.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 105 | 0.04 | 0.19 | 0 | 0.59 | 288 | 0.11 | 0.37 |
| Hex | 65 | 55 | 69 | 4 | 13 | 0 | 3B | 120 | B | 25 |
| Octal | 145 | 125 | 151 | 4 | 23 | 0 | 73 | 440 | 13 | 45 |
| Binary | 1100101 | 1010101 | 1101001 | 100 | 10011 | 0 | 111011 | 100100000 | 1011 | 100101 |
Color Harmonies of #655569
Complementary color
Monochromatic Colors of #655569
Black with #655569
Text Example
Text Example
White with #655569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655569; }
p { color: rgb(101,85,105); }
H1.HeaderClassName
{
color: #655569;
}
.AnyTagClassName
{
color: #655569;
}
</style>
background-color css
<style>
a { background-color: #655569; }
a { background-color: rgb(101,85,105); }
div.DivClassName
{
background-color: #655569;
}
.BgClassName
{
background-color: #655569;
}
</style>
border-color css
<style>
span { border-color: #655569; }
span { border-color: rgb(101,85,105); }
td.TdClassName
{
border-color: #655569;
}
.TagClassName
{
border-color: #655569;
}
</style>