Shades of Comet #555669
Tints of Comet #555669
RGB
CMYK
RGB Variations
Color information
#555669 (or 0x555669) is known color: Comet. HEX triplet: 55, 56 and 69. RGB value is (85,86,105). Sum of RGB (Red+Green+Blue) = 85+86+105=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #555669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555669 is #AAA996. Grayscale: #575757. Windows color (decimal): -11184535 or 6903381. OLE color: 6903381.
HSL color Cylindrical-coordinate representation of color #555669: hue angle of 237º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555669 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 86 | 105 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.59 |
| HSL | 237º | 0.11% | 0.37% | - |
| HSV(B) | 237º | 0.19% | 0.41% | - |
| XYZ | 9.62 | 9.61 | 14.71 | - |
| YUV | 87.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 105 | 0.19 | 0.18 | 0 | 0.59 | 237 | 0.11 | 0.37 |
| Hex | 55 | 56 | 69 | 13 | 12 | 0 | 3B | ED | B | 25 |
| Octal | 125 | 126 | 151 | 23 | 22 | 0 | 73 | 355 | 13 | 45 |
| Binary | 1010101 | 1010110 | 1101001 | 10011 | 10010 | 0 | 111011 | 11101101 | 1011 | 100101 |
Color Harmonies of #555669
Complementary color
Monochromatic Colors of #555669
Black with #555669
Text Example
Text Example
White with #555669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555669; }
p { color: rgb(85,86,105); }
H1.HeaderClassName
{
color: #555669;
}
.AnyTagClassName
{
color: #555669;
}
</style>
background-color css
<style>
a { background-color: #555669; }
a { background-color: rgb(85,86,105); }
div.DivClassName
{
background-color: #555669;
}
.BgClassName
{
background-color: #555669;
}
</style>
border-color css
<style>
span { border-color: #555669; }
span { border-color: rgb(85,86,105); }
td.TdClassName
{
border-color: #555669;
}
.TagClassName
{
border-color: #555669;
}
</style>