Shades of Comet #55567C
Tints of Comet #55567C
RGB
CMYK
RGB Variations
Color information
#55567C (or 0x55567C) is known color: Comet. HEX triplet: 55, 56 and 7C. RGB value is (85,86,124). Sum of RGB (Red+Green+Blue) = 85+86+124=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #55567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55567C is #AAA983. Grayscale: #595959. Windows color (decimal): -11184516 or 8148565. OLE color: 8148565.
HSL color Cylindrical-coordinate representation of color #55567C: hue angle of 238.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55567C is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 86 | 124 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.51 |
| HSL | 238.46º | 0.19% | 0.41% | - |
| HSV(B) | 238.46º | 0.31% | 0.49% | - |
| XYZ | 10.71 | 10.04 | 20.44 | - |
| YUV | 90.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 124 | 0.31 | 0.31 | 0 | 0.51 | 238.46 | 0.19 | 0.41 |
| Hex | 55 | 56 | 7C | 1F | 1F | 0 | 33 | EE | 13 | 29 |
| Octal | 125 | 126 | 174 | 37 | 37 | 0 | 63 | 356 | 23 | 51 |
| Binary | 1010101 | 1010110 | 1111100 | 11111 | 11111 | 0 | 110011 | 11101110 | 10011 | 101001 |
Color Harmonies of #55567C
Complementary color
Monochromatic Colors of #55567C
Black with #55567C
Text Example
Text Example
White with #55567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55567C; }
p { color: rgb(85,86,124); }
H1.HeaderClassName
{
color: #55567C;
}
.AnyTagClassName
{
color: #55567C;
}
</style>
background-color css
<style>
a { background-color: #55567C; }
a { background-color: rgb(85,86,124); }
div.DivClassName
{
background-color: #55567C;
}
.BgClassName
{
background-color: #55567C;
}
</style>
border-color css
<style>
span { border-color: #55567C; }
span { border-color: rgb(85,86,124); }
td.TdClassName
{
border-color: #55567C;
}
.TagClassName
{
border-color: #55567C;
}
</style>