Shades of Comet #555673
Tints of Comet #555673
RGB
CMYK
RGB Variations
Color information
#555673 (or 0x555673) is known color: Comet. HEX triplet: 55, 56 and 73. RGB value is (85,86,115). Sum of RGB (Red+Green+Blue) = 85+86+115=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #555673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555673 is #AAA98C. Grayscale: #585858. Windows color (decimal): -11184525 or 7558741. OLE color: 7558741.
HSL color Cylindrical-coordinate representation of color #555673: hue angle of 238º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555673 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 86 | 115 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.55 |
| HSL | 238º | 0.15% | 0.39% | - |
| HSV(B) | 238º | 0.26% | 0.45% | - |
| XYZ | 10.17 | 9.82 | 17.58 | - |
| YUV | 89.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 115 | 0.26 | 0.25 | 0 | 0.55 | 238 | 0.15 | 0.39 |
| Hex | 55 | 56 | 73 | 1A | 19 | 0 | 37 | EE | F | 27 |
| Octal | 125 | 126 | 163 | 32 | 31 | 0 | 67 | 356 | 17 | 47 |
| Binary | 1010101 | 1010110 | 1110011 | 11010 | 11001 | 0 | 110111 | 11101110 | 1111 | 100111 |
Color Harmonies of #555673
Complementary color
Monochromatic Colors of #555673
Black with #555673
Text Example
Text Example
White with #555673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555673; }
p { color: rgb(85,86,115); }
H1.HeaderClassName
{
color: #555673;
}
.AnyTagClassName
{
color: #555673;
}
</style>
background-color css
<style>
a { background-color: #555673; }
a { background-color: rgb(85,86,115); }
div.DivClassName
{
background-color: #555673;
}
.BgClassName
{
background-color: #555673;
}
</style>
border-color css
<style>
span { border-color: #555673; }
span { border-color: rgb(85,86,115); }
td.TdClassName
{
border-color: #555673;
}
.TagClassName
{
border-color: #555673;
}
</style>