Shades of Comet #55567A
Tints of Comet #55567A
RGB
CMYK
RGB Variations
Color information
#55567A (or 0x55567A) is known color: Comet. HEX triplet: 55, 56 and 7A. RGB value is (85,86,122). Sum of RGB (Red+Green+Blue) = 85+86+122=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #55567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55567A is #AAA985. Grayscale: #595959. Windows color (decimal): -11184518 or 8017493. OLE color: 8017493.
HSL color Cylindrical-coordinate representation of color #55567A: hue angle of 238.38º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55567A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 86 | 122 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.52 |
| HSL | 238.38º | 0.18% | 0.41% | - |
| HSV(B) | 238.38º | 0.3% | 0.48% | - |
| XYZ | 10.59 | 9.99 | 19.78 | - |
| YUV | 89.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 122 | 0.30 | 0.30 | 0 | 0.52 | 238.38 | 0.18 | 0.41 |
| Hex | 55 | 56 | 7A | 1E | 1E | 0 | 34 | EE | 12 | 29 |
| Octal | 125 | 126 | 172 | 36 | 36 | 0 | 64 | 356 | 22 | 51 |
| Binary | 1010101 | 1010110 | 1111010 | 11110 | 11110 | 0 | 110100 | 11101110 | 10010 | 101001 |
Color Harmonies of #55567A
Complementary color
Monochromatic Colors of #55567A
Black with #55567A
Text Example
Text Example
White with #55567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55567A; }
p { color: rgb(85,86,122); }
H1.HeaderClassName
{
color: #55567A;
}
.AnyTagClassName
{
color: #55567A;
}
</style>
background-color css
<style>
a { background-color: #55567A; }
a { background-color: rgb(85,86,122); }
div.DivClassName
{
background-color: #55567A;
}
.BgClassName
{
background-color: #55567A;
}
</style>
border-color css
<style>
span { border-color: #55567A; }
span { border-color: rgb(85,86,122); }
td.TdClassName
{
border-color: #55567A;
}
.TagClassName
{
border-color: #55567A;
}
</style>