Shades of Fedora #655366
Tints of Fedora #655366
RGB
CMYK
RGB Variations
Color information
#655366 (or 0x655366) is known color: Fedora. HEX triplet: 65, 53 and 66. RGB value is (101,83,102). Sum of RGB (Red+Green+Blue) = 101+83+102=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: blue. Hex color #655366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655366 is #9AAC99. Grayscale: #5A5A5A. Windows color (decimal): -10136730 or 6706021. OLE color: 6706021.
HSL color Cylindrical-coordinate representation of color #655366: hue angle of 296.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655366 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 83 | 102 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.6 |
| HSL | 296.84º | 0.1% | 0.36% | - |
| HSV(B) | 296.84º | 0.19% | 0.4% | - |
| XYZ | 10.86 | 9.91 | 13.91 | - |
| YUV | 90.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 102 | 0.01 | 0.19 | 0 | 0.6 | 296.84 | 0.1 | 0.36 |
| Hex | 65 | 53 | 66 | 1 | 13 | 0 | 3C | 129 | A | 24 |
| Octal | 145 | 123 | 146 | 1 | 23 | 0 | 74 | 451 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1100110 | 1 | 10011 | 0 | 111100 | 100101001 | 1010 | 100100 |
Color Harmonies of #655366
Complementary color
Monochromatic Colors of #655366
Black with #655366
Text Example
Text Example
White with #655366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655366; }
p { color: rgb(101,83,102); }
H1.HeaderClassName
{
color: #655366;
}
.AnyTagClassName
{
color: #655366;
}
</style>
background-color css
<style>
a { background-color: #655366; }
a { background-color: rgb(101,83,102); }
div.DivClassName
{
background-color: #655366;
}
.BgClassName
{
background-color: #655366;
}
</style>
border-color css
<style>
span { border-color: #655366; }
span { border-color: rgb(101,83,102); }
td.TdClassName
{
border-color: #655366;
}
.TagClassName
{
border-color: #655366;
}
</style>