Shades of Fedora #65526C
Tints of Fedora #65526C
RGB
CMYK
RGB Variations
Color information
#65526C (or 0x65526C) is known color: Fedora. HEX triplet: 65, 52 and 6C. RGB value is (101,82,108). Sum of RGB (Red+Green+Blue) = 101+82+108=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #65526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65526C is #9AAD93. Grayscale: #5A5A5A. Windows color (decimal): -10136980 or 7098981. OLE color: 7098981.
HSL color Cylindrical-coordinate representation of color #65526C: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65526C is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 82 | 108 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.58 |
| HSL | 283.85º | 0.14% | 0.37% | - |
| HSV(B) | 283.85º | 0.24% | 0.42% | - |
| XYZ | 11.09 | 9.88 | 15.51 | - |
| YUV | 90.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 108 | 0.06 | 0.24 | 0 | 0.58 | 283.85 | 0.14 | 0.37 |
| Hex | 65 | 52 | 6C | 6 | 18 | 0 | 3A | 11C | E | 25 |
| Octal | 145 | 122 | 154 | 6 | 30 | 0 | 72 | 434 | 16 | 45 |
| Binary | 1100101 | 1010010 | 1101100 | 110 | 11000 | 0 | 111010 | 100011100 | 1110 | 100101 |
Color Harmonies of #65526C
Complementary color
Monochromatic Colors of #65526C
Black with #65526C
Text Example
Text Example
White with #65526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65526C; }
p { color: rgb(101,82,108); }
H1.HeaderClassName
{
color: #65526C;
}
.AnyTagClassName
{
color: #65526C;
}
</style>
background-color css
<style>
a { background-color: #65526C; }
a { background-color: rgb(101,82,108); }
div.DivClassName
{
background-color: #65526C;
}
.BgClassName
{
background-color: #65526C;
}
</style>
border-color css
<style>
span { border-color: #65526C; }
span { border-color: rgb(101,82,108); }
td.TdClassName
{
border-color: #65526C;
}
.TagClassName
{
border-color: #65526C;
}
</style>