Shades of Fedora #655270
Tints of Fedora #655270
RGB
CMYK
RGB Variations
Color information
#655270 (or 0x655270) is known color: Fedora. HEX triplet: 65, 52 and 70. RGB value is (101,82,112). Sum of RGB (Red+Green+Blue) = 101+82+112=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #655270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655270 is #9AAD8F. Grayscale: #5B5B5B. Windows color (decimal): -10136976 or 7361125. OLE color: 7361125.
HSL color Cylindrical-coordinate representation of color #655270: hue angle of 278º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #655270 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 82 | 112 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.56 |
| HSL | 278º | 0.15% | 0.38% | - |
| HSV(B) | 278º | 0.27% | 0.44% | - |
| XYZ | 11.31 | 9.97 | 16.66 | - |
| YUV | 91.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 112 | 0.10 | 0.27 | 0 | 0.56 | 278 | 0.15 | 0.38 |
| Hex | 65 | 52 | 70 | A | 1B | 0 | 38 | 116 | F | 26 |
| Octal | 145 | 122 | 160 | 12 | 33 | 0 | 70 | 426 | 17 | 46 |
| Binary | 1100101 | 1010010 | 1110000 | 1010 | 11011 | 0 | 111000 | 100010110 | 1111 | 100110 |
Color Harmonies of #655270
Complementary color
Monochromatic Colors of #655270
Black with #655270
Text Example
Text Example
White with #655270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655270; }
p { color: rgb(101,82,112); }
H1.HeaderClassName
{
color: #655270;
}
.AnyTagClassName
{
color: #655270;
}
</style>
background-color css
<style>
a { background-color: #655270; }
a { background-color: rgb(101,82,112); }
div.DivClassName
{
background-color: #655270;
}
.BgClassName
{
background-color: #655270;
}
</style>
border-color css
<style>
span { border-color: #655270; }
span { border-color: rgb(101,82,112); }
td.TdClassName
{
border-color: #655270;
}
.TagClassName
{
border-color: #655270;
}
</style>