Shades of Fedora #655268
Tints of Fedora #655268
RGB
CMYK
RGB Variations
Color information
#655268 (or 0x655268) is known color: Fedora. HEX triplet: 65, 52 and 68. RGB value is (101,82,104). Sum of RGB (Red+Green+Blue) = 101+82+104=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #655268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655268 is #9AAD97. Grayscale: #5A5A5A. Windows color (decimal): -10136984 or 6836837. OLE color: 6836837.
HSL color Cylindrical-coordinate representation of color #655268: hue angle of 291.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655268 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 82 | 104 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.59 |
| HSL | 291.82º | 0.12% | 0.36% | - |
| HSV(B) | 291.82º | 0.21% | 0.41% | - |
| XYZ | 10.88 | 9.8 | 14.41 | - |
| YUV | 90.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 104 | 0.03 | 0.21 | 0 | 0.59 | 291.82 | 0.12 | 0.36 |
| Hex | 65 | 52 | 68 | 3 | 15 | 0 | 3B | 124 | C | 24 |
| Octal | 145 | 122 | 150 | 3 | 25 | 0 | 73 | 444 | 14 | 44 |
| Binary | 1100101 | 1010010 | 1101000 | 11 | 10101 | 0 | 111011 | 100100100 | 1100 | 100100 |
Color Harmonies of #655268
Complementary color
Monochromatic Colors of #655268
Black with #655268
Text Example
Text Example
White with #655268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655268; }
p { color: rgb(101,82,104); }
H1.HeaderClassName
{
color: #655268;
}
.AnyTagClassName
{
color: #655268;
}
</style>
background-color css
<style>
a { background-color: #655268; }
a { background-color: rgb(101,82,104); }
div.DivClassName
{
background-color: #655268;
}
.BgClassName
{
background-color: #655268;
}
</style>
border-color css
<style>
span { border-color: #655268; }
span { border-color: rgb(101,82,104); }
td.TdClassName
{
border-color: #655268;
}
.TagClassName
{
border-color: #655268;
}
</style>