Shades of Fedora #65536A
Tints of Fedora #65536A
RGB
CMYK
RGB Variations
Color information
#65536A (or 0x65536A) is known color: Fedora. HEX triplet: 65, 53 and 6A. RGB value is (101,83,106). Sum of RGB (Red+Green+Blue) = 101+83+106=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 106 - color contains mainly: blue. Hex color #65536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65536A is #9AAC95. Grayscale: #5A5A5A. Windows color (decimal): -10136726 or 6968165. OLE color: 6968165.
HSL color Cylindrical-coordinate representation of color #65536A: hue angle of 286.96º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65536A is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 83 | 106 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.58 |
| HSL | 286.96º | 0.12% | 0.37% | - |
| HSV(B) | 286.96º | 0.22% | 0.42% | - |
| XYZ | 11.06 | 9.99 | 14.98 | - |
| YUV | 91 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 106 | 0.05 | 0.22 | 0 | 0.58 | 286.96 | 0.12 | 0.37 |
| Hex | 65 | 53 | 6A | 5 | 16 | 0 | 3A | 11F | C | 25 |
| Octal | 145 | 123 | 152 | 5 | 26 | 0 | 72 | 437 | 14 | 45 |
| Binary | 1100101 | 1010011 | 1101010 | 101 | 10110 | 0 | 111010 | 100011111 | 1100 | 100101 |
Color Harmonies of #65536A
Complementary color
Monochromatic Colors of #65536A
Black with #65536A
Text Example
Text Example
White with #65536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65536A; }
p { color: rgb(101,83,106); }
H1.HeaderClassName
{
color: #65536A;
}
.AnyTagClassName
{
color: #65536A;
}
</style>
background-color css
<style>
a { background-color: #65536A; }
a { background-color: rgb(101,83,106); }
div.DivClassName
{
background-color: #65536A;
}
.BgClassName
{
background-color: #65536A;
}
</style>
border-color css
<style>
span { border-color: #65536A; }
span { border-color: rgb(101,83,106); }
td.TdClassName
{
border-color: #65536A;
}
.TagClassName
{
border-color: #65536A;
}
</style>