Shades of Fedora #655A66
Tints of Fedora #655A66
RGB
CMYK
RGB Variations
Color information
#655A66 (or 0x655A66) is known color: Fedora. HEX triplet: 65, 5A and 66. RGB value is (101,90,102). Sum of RGB (Red+Green+Blue) = 101+90+102=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 102 - color contains mainly: blue. Hex color #655A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A66 is #9AA599. Grayscale: #5E5E5E. Windows color (decimal): -10134938 or 6707813. OLE color: 6707813.
HSL color Cylindrical-coordinate representation of color #655A66: hue angle of 295º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #655A66 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 90 | 102 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.6 |
| HSL | 295º | 0.06% | 0.38% | - |
| HSV(B) | 295º | 0.12% | 0.4% | - |
| XYZ | 11.42 | 11.04 | 14.1 | - |
| YUV | 94.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 102 | 0.01 | 0.12 | 0 | 0.6 | 295 | 0.06 | 0.38 |
| Hex | 65 | 5A | 66 | 1 | C | 0 | 3C | 127 | 6 | 26 |
| Octal | 145 | 132 | 146 | 1 | 14 | 0 | 74 | 447 | 6 | 46 |
| Binary | 1100101 | 1011010 | 1100110 | 1 | 1100 | 0 | 111100 | 100100111 | 110 | 100110 |
Color Harmonies of #655A66
Complementary color
Monochromatic Colors of #655A66
Black with #655A66
Text Example
Text Example
White with #655A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A66; }
p { color: rgb(101,90,102); }
H1.HeaderClassName
{
color: #655A66;
}
.AnyTagClassName
{
color: #655A66;
}
</style>
background-color css
<style>
a { background-color: #655A66; }
a { background-color: rgb(101,90,102); }
div.DivClassName
{
background-color: #655A66;
}
.BgClassName
{
background-color: #655A66;
}
</style>
border-color css
<style>
span { border-color: #655A66; }
span { border-color: rgb(101,90,102); }
td.TdClassName
{
border-color: #655A66;
}
.TagClassName
{
border-color: #655A66;
}
</style>