Shades of Comet #55576B
Tints of Comet #55576B
RGB
CMYK
RGB Variations
Color information
#55576B (or 0x55576B) is known color: Comet. HEX triplet: 55, 57 and 6B. RGB value is (85,87,107). Sum of RGB (Red+Green+Blue) = 85+87+107=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #55576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55576B is #AAA894. Grayscale: #585858. Windows color (decimal): -11184277 or 7034709. OLE color: 7034709.
HSL color Cylindrical-coordinate representation of color #55576B: hue angle of 234.55º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55576B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 87 | 107 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.58 |
| HSL | 234.55º | 0.11% | 0.38% | - |
| HSV(B) | 234.55º | 0.21% | 0.42% | - |
| XYZ | 9.81 | 9.81 | 15.29 | - |
| YUV | 88.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 107 | 0.21 | 0.19 | 0 | 0.58 | 234.55 | 0.11 | 0.38 |
| Hex | 55 | 57 | 6B | 15 | 13 | 0 | 3A | EB | B | 26 |
| Octal | 125 | 127 | 153 | 25 | 23 | 0 | 72 | 353 | 13 | 46 |
| Binary | 1010101 | 1010111 | 1101011 | 10101 | 10011 | 0 | 111010 | 11101011 | 1011 | 100110 |
Color Harmonies of #55576B
Complementary color
Monochromatic Colors of #55576B
Black with #55576B
Text Example
Text Example
White with #55576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55576B; }
p { color: rgb(85,87,107); }
H1.HeaderClassName
{
color: #55576B;
}
.AnyTagClassName
{
color: #55576B;
}
</style>
background-color css
<style>
a { background-color: #55576B; }
a { background-color: rgb(85,87,107); }
div.DivClassName
{
background-color: #55576B;
}
.BgClassName
{
background-color: #55576B;
}
</style>
border-color css
<style>
span { border-color: #55576B; }
span { border-color: rgb(85,87,107); }
td.TdClassName
{
border-color: #55576B;
}
.TagClassName
{
border-color: #55576B;
}
</style>