Shades of Fedora #65586A
Tints of Fedora #65586A
RGB
CMYK
RGB Variations
Color information
#65586A (or 0x65586A) is known color: Fedora. HEX triplet: 65, 58 and 6A. RGB value is (101,88,106). Sum of RGB (Red+Green+Blue) = 101+88+106=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #65586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65586A is #9AA795. Grayscale: #5D5D5D. Windows color (decimal): -10135446 or 6969445. OLE color: 6969445.
HSL color Cylindrical-coordinate representation of color #65586A: hue angle of 283.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65586A is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 88 | 106 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.58 |
| HSL | 283.33º | 0.09% | 0.38% | - |
| HSV(B) | 283.33º | 0.17% | 0.42% | - |
| XYZ | 11.46 | 10.79 | 15.11 | - |
| YUV | 93.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 106 | 0.05 | 0.17 | 0 | 0.58 | 283.33 | 0.09 | 0.38 |
| Hex | 65 | 58 | 6A | 5 | 11 | 0 | 3A | 11B | 9 | 26 |
| Octal | 145 | 130 | 152 | 5 | 21 | 0 | 72 | 433 | 11 | 46 |
| Binary | 1100101 | 1011000 | 1101010 | 101 | 10001 | 0 | 111010 | 100011011 | 1001 | 100110 |
Color Harmonies of #65586A
Complementary color
Monochromatic Colors of #65586A
Black with #65586A
Text Example
Text Example
White with #65586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65586A; }
p { color: rgb(101,88,106); }
H1.HeaderClassName
{
color: #65586A;
}
.AnyTagClassName
{
color: #65586A;
}
</style>
background-color css
<style>
a { background-color: #65586A; }
a { background-color: rgb(101,88,106); }
div.DivClassName
{
background-color: #65586A;
}
.BgClassName
{
background-color: #65586A;
}
</style>
border-color css
<style>
span { border-color: #65586A; }
span { border-color: rgb(101,88,106); }
td.TdClassName
{
border-color: #65586A;
}
.TagClassName
{
border-color: #65586A;
}
</style>