Shades of Fedora #655667
Tints of Fedora #655667
RGB
CMYK
RGB Variations
Color information
#655667 (or 0x655667) is known color: Fedora. HEX triplet: 65, 56 and 67. RGB value is (101,86,103). Sum of RGB (Red+Green+Blue) = 101+86+103=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 103 - color contains mainly: blue. Hex color #655667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655667 is #9AA998. Grayscale: #5C5C5C. Windows color (decimal): -10135961 or 6772325. OLE color: 6772325.
HSL color Cylindrical-coordinate representation of color #655667: hue angle of 292.94º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655667 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 103 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.60 |
| HSL | 292.94º | 0.09% | 0.37% | - |
| HSV(B) | 292.94º | 0.17% | 0.4% | - |
| XYZ | 11.14 | 10.4 | 14.25 | - |
| YUV | 92.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 103 | 0.02 | 0.17 | 0 | 0.60 | 292.94 | 0.09 | 0.37 |
| Hex | 65 | 56 | 67 | 2 | 11 | 0 | 3C | 125 | 9 | 25 |
| Octal | 145 | 126 | 147 | 2 | 21 | 0 | 74 | 445 | 11 | 45 |
| Binary | 1100101 | 1010110 | 1100111 | 10 | 10001 | 0 | 111100 | 100100101 | 1001 | 100101 |
Color Harmonies of #655667
Complementary color
Monochromatic Colors of #655667
Black with #655667
Text Example
Text Example
White with #655667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655667; }
p { color: rgb(101,86,103); }
H1.HeaderClassName
{
color: #655667;
}
.AnyTagClassName
{
color: #655667;
}
</style>
background-color css
<style>
a { background-color: #655667; }
a { background-color: rgb(101,86,103); }
div.DivClassName
{
background-color: #655667;
}
.BgClassName
{
background-color: #655667;
}
</style>
border-color css
<style>
span { border-color: #655667; }
span { border-color: rgb(101,86,103); }
td.TdClassName
{
border-color: #655667;
}
.TagClassName
{
border-color: #655667;
}
</style>