Shades of Comet #656570
Tints of Comet #656570
RGB
CMYK
RGB Variations
Color information
#656570 (or 0x656570) is known color: Comet. HEX triplet: 65, 65 and 70. RGB value is (101,101,112). Sum of RGB (Red+Green+Blue) = 101+101+112=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #656570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656570 is #9A9A8F. Grayscale: #666666. Windows color (decimal): -10132112 or 7365989. OLE color: 7365989.
HSL color Cylindrical-coordinate representation of color #656570: hue angle of 240º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #656570 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 101 | 112 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.56 |
| HSL | 240º | 0.05% | 0.42% | - |
| HSV(B) | 240º | 0.1% | 0.44% | - |
| XYZ | 12.95 | 13.24 | 17.2 | - |
| YUV | 102.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 112 | 0.10 | 0.10 | 0 | 0.56 | 240 | 0.05 | 0.42 |
| Hex | 65 | 65 | 70 | A | A | 0 | 38 | F0 | 5 | 2A |
| Octal | 145 | 145 | 160 | 12 | 12 | 0 | 70 | 360 | 5 | 52 |
| Binary | 1100101 | 1100101 | 1110000 | 1010 | 1010 | 0 | 111000 | 11110000 | 101 | 101010 |
Color Harmonies of #656570
Complementary color
Monochromatic Colors of #656570
Black with #656570
Text Example
Text Example
White with #656570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656570; }
p { color: rgb(101,101,112); }
H1.HeaderClassName
{
color: #656570;
}
.AnyTagClassName
{
color: #656570;
}
</style>
background-color css
<style>
a { background-color: #656570; }
a { background-color: rgb(101,101,112); }
div.DivClassName
{
background-color: #656570;
}
.BgClassName
{
background-color: #656570;
}
</style>
border-color css
<style>
span { border-color: #656570; }
span { border-color: rgb(101,101,112); }
td.TdClassName
{
border-color: #656570;
}
.TagClassName
{
border-color: #656570;
}
</style>