Shades of Fedora #65556C
Tints of Fedora #65556C
RGB
CMYK
RGB Variations
Color information
#65556C (or 0x65556C) is known color: Fedora. HEX triplet: 65, 55 and 6C. RGB value is (101,85,108). Sum of RGB (Red+Green+Blue) = 101+85+108=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 108 - color contains mainly: blue. Hex color #65556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65556C is #9AAA93. Grayscale: #5C5C5C. Windows color (decimal): -10136212 or 7099749. OLE color: 7099749.
HSL color Cylindrical-coordinate representation of color #65556C: hue angle of 281.74º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65556C is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 85 | 108 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.58 |
| HSL | 281.74º | 0.12% | 0.38% | - |
| HSV(B) | 281.74º | 0.21% | 0.42% | - |
| XYZ | 11.32 | 10.35 | 15.59 | - |
| YUV | 92.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 108 | 0.06 | 0.21 | 0 | 0.58 | 281.74 | 0.12 | 0.38 |
| Hex | 65 | 55 | 6C | 6 | 15 | 0 | 3A | 11A | C | 26 |
| Octal | 145 | 125 | 154 | 6 | 25 | 0 | 72 | 432 | 14 | 46 |
| Binary | 1100101 | 1010101 | 1101100 | 110 | 10101 | 0 | 111010 | 100011010 | 1100 | 100110 |
Color Harmonies of #65556C
Complementary color
Monochromatic Colors of #65556C
Black with #65556C
Text Example
Text Example
White with #65556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65556C; }
p { color: rgb(101,85,108); }
H1.HeaderClassName
{
color: #65556C;
}
.AnyTagClassName
{
color: #65556C;
}
</style>
background-color css
<style>
a { background-color: #65556C; }
a { background-color: rgb(101,85,108); }
div.DivClassName
{
background-color: #65556C;
}
.BgClassName
{
background-color: #65556C;
}
</style>
border-color css
<style>
span { border-color: #65556C; }
span { border-color: rgb(101,85,108); }
td.TdClassName
{
border-color: #65556C;
}
.TagClassName
{
border-color: #65556C;
}
</style>