Shades of Comet #656571
Tints of Comet #656571
RGB
CMYK
RGB Variations
Color information
#656571 (or 0x656571) is known color: Comet. HEX triplet: 65, 65 and 71. RGB value is (101,101,113). Sum of RGB (Red+Green+Blue) = 101+101+113=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #656571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656571 is #9A9A8E. Grayscale: #666666. Windows color (decimal): -10132111 or 7431525. OLE color: 7431525.
HSL color Cylindrical-coordinate representation of color #656571: hue angle of 240º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656571 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 101 | 113 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.56 |
| HSL | 240º | 0.06% | 0.42% | - |
| HSV(B) | 240º | 0.11% | 0.44% | - |
| XYZ | 13 | 13.27 | 17.5 | - |
| YUV | 102.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 113 | 0.11 | 0.11 | 0 | 0.56 | 240 | 0.06 | 0.42 |
| Hex | 65 | 65 | 71 | B | B | 0 | 38 | F0 | 6 | 2A |
| Octal | 145 | 145 | 161 | 13 | 13 | 0 | 70 | 360 | 6 | 52 |
| Binary | 1100101 | 1100101 | 1110001 | 1011 | 1011 | 0 | 111000 | 11110000 | 110 | 101010 |
Color Harmonies of #656571
Complementary color
Monochromatic Colors of #656571
Black with #656571
Text Example
Text Example
White with #656571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656571; }
p { color: rgb(101,101,113); }
H1.HeaderClassName
{
color: #656571;
}
.AnyTagClassName
{
color: #656571;
}
</style>
background-color css
<style>
a { background-color: #656571; }
a { background-color: rgb(101,101,113); }
div.DivClassName
{
background-color: #656571;
}
.BgClassName
{
background-color: #656571;
}
</style>
border-color css
<style>
span { border-color: #656571; }
span { border-color: rgb(101,101,113); }
td.TdClassName
{
border-color: #656571;
}
.TagClassName
{
border-color: #656571;
}
</style>