Shades of Fedora #655367
Tints of Fedora #655367
RGB
CMYK
RGB Variations
Color information
#655367 (or 0x655367) is known color: Fedora. HEX triplet: 65, 53 and 67. RGB value is (101,83,103). Sum of RGB (Red+Green+Blue) = 101+83+103=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #655367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655367 is #9AAC98. Grayscale: #5A5A5A. Windows color (decimal): -10136729 or 6771557. OLE color: 6771557.
HSL color Cylindrical-coordinate representation of color #655367: hue angle of 294º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655367 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 103 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.60 |
| HSL | 294º | 0.11% | 0.36% | - |
| HSV(B) | 294º | 0.19% | 0.4% | - |
| XYZ | 10.91 | 9.93 | 14.17 | - |
| YUV | 90.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 103 | 0.02 | 0.19 | 0 | 0.60 | 294 | 0.11 | 0.36 |
| Hex | 65 | 53 | 67 | 2 | 13 | 0 | 3C | 126 | B | 24 |
| Octal | 145 | 123 | 147 | 2 | 23 | 0 | 74 | 446 | 13 | 44 |
| Binary | 1100101 | 1010011 | 1100111 | 10 | 10011 | 0 | 111100 | 100100110 | 1011 | 100100 |
Color Harmonies of #655367
Complementary color
Monochromatic Colors of #655367
Black with #655367
Text Example
Text Example
White with #655367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655367; }
p { color: rgb(101,83,103); }
H1.HeaderClassName
{
color: #655367;
}
.AnyTagClassName
{
color: #655367;
}
</style>
background-color css
<style>
a { background-color: #655367; }
a { background-color: rgb(101,83,103); }
div.DivClassName
{
background-color: #655367;
}
.BgClassName
{
background-color: #655367;
}
</style>
border-color css
<style>
span { border-color: #655367; }
span { border-color: rgb(101,83,103); }
td.TdClassName
{
border-color: #655367;
}
.TagClassName
{
border-color: #655367;
}
</style>