Shades of Fedora #65536F
Tints of Fedora #65536F
RGB
CMYK
RGB Variations
Color information
#65536F (or 0x65536F) is known color: Fedora. HEX triplet: 65, 53 and 6F. RGB value is (101,83,111). Sum of RGB (Red+Green+Blue) = 101+83+111=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #65536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65536F is #9AAC90. Grayscale: #5B5B5B. Windows color (decimal): -10136721 or 7295845. OLE color: 7295845.
HSL color Cylindrical-coordinate representation of color #65536F: hue angle of 278.57º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65536F is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 83 | 111 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.56 |
| HSL | 278.57º | 0.14% | 0.38% | - |
| HSV(B) | 278.57º | 0.25% | 0.44% | - |
| XYZ | 11.33 | 10.1 | 16.39 | - |
| YUV | 91.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 111 | 0.09 | 0.25 | 0 | 0.56 | 278.57 | 0.14 | 0.38 |
| Hex | 65 | 53 | 6F | 9 | 19 | 0 | 38 | 117 | E | 26 |
| Octal | 145 | 123 | 157 | 11 | 31 | 0 | 70 | 427 | 16 | 46 |
| Binary | 1100101 | 1010011 | 1101111 | 1001 | 11001 | 0 | 111000 | 100010111 | 1110 | 100110 |
Color Harmonies of #65536F
Complementary color
Monochromatic Colors of #65536F
Black with #65536F
Text Example
Text Example
White with #65536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65536F; }
p { color: rgb(101,83,111); }
H1.HeaderClassName
{
color: #65536F;
}
.AnyTagClassName
{
color: #65536F;
}
</style>
background-color css
<style>
a { background-color: #65536F; }
a { background-color: rgb(101,83,111); }
div.DivClassName
{
background-color: #65536F;
}
.BgClassName
{
background-color: #65536F;
}
</style>
border-color css
<style>
span { border-color: #65536F; }
span { border-color: rgb(101,83,111); }
td.TdClassName
{
border-color: #65536F;
}
.TagClassName
{
border-color: #65536F;
}
</style>