Shades of Comet #55567E
Tints of Comet #55567E
RGB
CMYK
RGB Variations
Color information
#55567E (or 0x55567E) is known color: Comet. HEX triplet: 55, 56 and 7E. RGB value is (85,86,126). Sum of RGB (Red+Green+Blue) = 85+86+126=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #55567E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55567E is #AAA981. Grayscale: #5A5A5A. Windows color (decimal): -11184514 or 8279637. OLE color: 8279637.
HSL color Cylindrical-coordinate representation of color #55567E: hue angle of 238.54º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55567E is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 86 | 126 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.51 |
| HSL | 238.54º | 0.19% | 0.41% | - |
| HSV(B) | 238.54º | 0.33% | 0.49% | - |
| XYZ | 10.84 | 10.09 | 21.12 | - |
| YUV | 90.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 126 | 0.33 | 0.32 | 0 | 0.51 | 238.54 | 0.19 | 0.41 |
| Hex | 55 | 56 | 7E | 21 | 20 | 0 | 33 | EF | 13 | 29 |
| Octal | 125 | 126 | 176 | 41 | 40 | 0 | 63 | 357 | 23 | 51 |
| Binary | 1010101 | 1010110 | 1111110 | 100001 | 100000 | 0 | 110011 | 11101111 | 10011 | 101001 |
Color Harmonies of #55567E
Complementary color
Monochromatic Colors of #55567E
Black with #55567E
Text Example
Text Example
White with #55567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55567E; }
p { color: rgb(85,86,126); }
H1.HeaderClassName
{
color: #55567E;
}
.AnyTagClassName
{
color: #55567E;
}
</style>
background-color css
<style>
a { background-color: #55567E; }
a { background-color: rgb(85,86,126); }
div.DivClassName
{
background-color: #55567E;
}
.BgClassName
{
background-color: #55567E;
}
</style>
border-color css
<style>
span { border-color: #55567E; }
span { border-color: rgb(85,86,126); }
td.TdClassName
{
border-color: #55567E;
}
.TagClassName
{
border-color: #55567E;
}
</style>