Shades of Fedora #65546B
Tints of Fedora #65546B
RGB
CMYK
RGB Variations
Color information
#65546B (or 0x65546B) is known color: Fedora. HEX triplet: 65, 54 and 6B. RGB value is (101,84,107). Sum of RGB (Red+Green+Blue) = 101+84+107=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 107 - color contains mainly: blue. Hex color #65546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65546B is #9AAB94. Grayscale: #5B5B5B. Windows color (decimal): -10136469 or 7033957. OLE color: 7033957.
HSL color Cylindrical-coordinate representation of color #65546B: hue angle of 284.35º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65546B is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 84 | 107 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.58 |
| HSL | 284.35º | 0.12% | 0.37% | - |
| HSV(B) | 284.35º | 0.21% | 0.42% | - |
| XYZ | 11.19 | 10.17 | 15.28 | - |
| YUV | 91.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 107 | 0.06 | 0.21 | 0 | 0.58 | 284.35 | 0.12 | 0.37 |
| Hex | 65 | 54 | 6B | 6 | 15 | 0 | 3A | 11C | C | 25 |
| Octal | 145 | 124 | 153 | 6 | 25 | 0 | 72 | 434 | 14 | 45 |
| Binary | 1100101 | 1010100 | 1101011 | 110 | 10101 | 0 | 111010 | 100011100 | 1100 | 100101 |
Color Harmonies of #65546B
Complementary color
Monochromatic Colors of #65546B
Black with #65546B
Text Example
Text Example
White with #65546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65546B; }
p { color: rgb(101,84,107); }
H1.HeaderClassName
{
color: #65546B;
}
.AnyTagClassName
{
color: #65546B;
}
</style>
background-color css
<style>
a { background-color: #65546B; }
a { background-color: rgb(101,84,107); }
div.DivClassName
{
background-color: #65546B;
}
.BgClassName
{
background-color: #65546B;
}
</style>
border-color css
<style>
span { border-color: #65546B; }
span { border-color: rgb(101,84,107); }
td.TdClassName
{
border-color: #65546B;
}
.TagClassName
{
border-color: #65546B;
}
</style>