Shades of Fedora #655867
Tints of Fedora #655867
RGB
CMYK
RGB Variations
Color information
#655867 (or 0x655867) is known color: Fedora. HEX triplet: 65, 58 and 67. RGB value is (101,88,103). Sum of RGB (Red+Green+Blue) = 101+88+103=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 103 - color contains mainly: blue. Hex color #655867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655867 is #9AA798. Grayscale: #5D5D5D. Windows color (decimal): -10135449 or 6772837. OLE color: 6772837.
HSL color Cylindrical-coordinate representation of color #655867: hue angle of 292º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655867 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 103 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.60 |
| HSL | 292º | 0.08% | 0.37% | - |
| HSV(B) | 292º | 0.15% | 0.4% | - |
| XYZ | 11.3 | 10.73 | 14.31 | - |
| YUV | 93.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 103 | 0.02 | 0.15 | 0 | 0.60 | 292 | 0.08 | 0.37 |
| Hex | 65 | 58 | 67 | 2 | F | 0 | 3C | 124 | 8 | 25 |
| Octal | 145 | 130 | 147 | 2 | 17 | 0 | 74 | 444 | 10 | 45 |
| Binary | 1100101 | 1011000 | 1100111 | 10 | 1111 | 0 | 111100 | 100100100 | 1000 | 100101 |
Color Harmonies of #655867
Complementary color
Monochromatic Colors of #655867
Black with #655867
Text Example
Text Example
White with #655867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655867; }
p { color: rgb(101,88,103); }
H1.HeaderClassName
{
color: #655867;
}
.AnyTagClassName
{
color: #655867;
}
</style>
background-color css
<style>
a { background-color: #655867; }
a { background-color: rgb(101,88,103); }
div.DivClassName
{
background-color: #655867;
}
.BgClassName
{
background-color: #655867;
}
</style>
border-color css
<style>
span { border-color: #655867; }
span { border-color: rgb(101,88,103); }
td.TdClassName
{
border-color: #655867;
}
.TagClassName
{
border-color: #655867;
}
</style>