Shades of Fedora #655167
Tints of Fedora #655167
RGB
CMYK
RGB Variations
Color information
#655167 (or 0x655167) is known color: Fedora. HEX triplet: 65, 51 and 67. RGB value is (101,81,103). Sum of RGB (Red+Green+Blue) = 101+81+103=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #655167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655167 is #9AAE98. Grayscale: #595959. Windows color (decimal): -10137241 or 6771045. OLE color: 6771045.
HSL color Cylindrical-coordinate representation of color #655167: hue angle of 294.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655167 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 103 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.60 |
| HSL | 294.55º | 0.12% | 0.36% | - |
| HSV(B) | 294.55º | 0.21% | 0.4% | - |
| XYZ | 10.76 | 9.63 | 14.12 | - |
| YUV | 89.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 103 | 0.02 | 0.21 | 0 | 0.60 | 294.55 | 0.12 | 0.36 |
| Hex | 65 | 51 | 67 | 2 | 15 | 0 | 3C | 127 | C | 24 |
| Octal | 145 | 121 | 147 | 2 | 25 | 0 | 74 | 447 | 14 | 44 |
| Binary | 1100101 | 1010001 | 1100111 | 10 | 10101 | 0 | 111100 | 100100111 | 1100 | 100100 |
Color Harmonies of #655167
Complementary color
Monochromatic Colors of #655167
Black with #655167
Text Example
Text Example
White with #655167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655167; }
p { color: rgb(101,81,103); }
H1.HeaderClassName
{
color: #655167;
}
.AnyTagClassName
{
color: #655167;
}
</style>
background-color css
<style>
a { background-color: #655167; }
a { background-color: rgb(101,81,103); }
div.DivClassName
{
background-color: #655167;
}
.BgClassName
{
background-color: #655167;
}
</style>
border-color css
<style>
span { border-color: #655167; }
span { border-color: rgb(101,81,103); }
td.TdClassName
{
border-color: #655167;
}
.TagClassName
{
border-color: #655167;
}
</style>