Shades of Fedora #655768
Tints of Fedora #655768
RGB
CMYK
RGB Variations
Color information
#655768 (or 0x655768) is known color: Fedora. HEX triplet: 65, 57 and 68. RGB value is (101,87,104). Sum of RGB (Red+Green+Blue) = 101+87+104=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #655768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655768 is #9AA897. Grayscale: #5D5D5D. Windows color (decimal): -10135704 or 6838117. OLE color: 6838117.
HSL color Cylindrical-coordinate representation of color #655768: hue angle of 289.41º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655768 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 87 | 104 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.59 |
| HSL | 289.41º | 0.09% | 0.37% | - |
| HSV(B) | 289.41º | 0.16% | 0.41% | - |
| XYZ | 11.27 | 10.58 | 14.55 | - |
| YUV | 93.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 104 | 0.03 | 0.16 | 0 | 0.59 | 289.41 | 0.09 | 0.37 |
| Hex | 65 | 57 | 68 | 3 | 10 | 0 | 3B | 121 | 9 | 25 |
| Octal | 145 | 127 | 150 | 3 | 20 | 0 | 73 | 441 | 11 | 45 |
| Binary | 1100101 | 1010111 | 1101000 | 11 | 10000 | 0 | 111011 | 100100001 | 1001 | 100101 |
Color Harmonies of #655768
Complementary color
Monochromatic Colors of #655768
Black with #655768
Text Example
Text Example
White with #655768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655768; }
p { color: rgb(101,87,104); }
H1.HeaderClassName
{
color: #655768;
}
.AnyTagClassName
{
color: #655768;
}
</style>
background-color css
<style>
a { background-color: #655768; }
a { background-color: rgb(101,87,104); }
div.DivClassName
{
background-color: #655768;
}
.BgClassName
{
background-color: #655768;
}
</style>
border-color css
<style>
span { border-color: #655768; }
span { border-color: rgb(101,87,104); }
td.TdClassName
{
border-color: #655768;
}
.TagClassName
{
border-color: #655768;
}
</style>