Shades of Fedora #655A67
Tints of Fedora #655A67
RGB
CMYK
RGB Variations
Color information
#655A67 (or 0x655A67) is known color: Fedora. HEX triplet: 65, 5A and 67. RGB value is (101,90,103). Sum of RGB (Red+Green+Blue) = 101+90+103=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 103 - color contains mainly: blue. Hex color #655A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A67 is #9AA598. Grayscale: #5E5E5E. Windows color (decimal): -10134937 or 6773349. OLE color: 6773349.
HSL color Cylindrical-coordinate representation of color #655A67: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655A67 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 103 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.60 |
| HSL | 290.77º | 0.07% | 0.38% | - |
| HSV(B) | 290.77º | 0.13% | 0.4% | - |
| XYZ | 11.47 | 11.06 | 14.36 | - |
| YUV | 94.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 103 | 0.02 | 0.13 | 0 | 0.60 | 290.77 | 0.07 | 0.38 |
| Hex | 65 | 5A | 67 | 2 | D | 0 | 3C | 123 | 7 | 26 |
| Octal | 145 | 132 | 147 | 2 | 15 | 0 | 74 | 443 | 7 | 46 |
| Binary | 1100101 | 1011010 | 1100111 | 10 | 1101 | 0 | 111100 | 100100011 | 111 | 100110 |
Color Harmonies of #655A67
Complementary color
Monochromatic Colors of #655A67
Black with #655A67
Text Example
Text Example
White with #655A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A67; }
p { color: rgb(101,90,103); }
H1.HeaderClassName
{
color: #655A67;
}
.AnyTagClassName
{
color: #655A67;
}
</style>
background-color css
<style>
a { background-color: #655A67; }
a { background-color: rgb(101,90,103); }
div.DivClassName
{
background-color: #655A67;
}
.BgClassName
{
background-color: #655A67;
}
</style>
border-color css
<style>
span { border-color: #655A67; }
span { border-color: rgb(101,90,103); }
td.TdClassName
{
border-color: #655A67;
}
.TagClassName
{
border-color: #655A67;
}
</style>