Shades of Comet #56557D
Tints of Comet #56557D
RGB
CMYK
RGB Variations
Color information
#56557D (or 0x56557D) is known color: Comet. HEX triplet: 56, 55 and 7D. RGB value is (86,85,125). Sum of RGB (Red+Green+Blue) = 86+85+125=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #56557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56557D is #A9AA82. Grayscale: #595959. Windows color (decimal): -11119235 or 8213846. OLE color: 8213846.
HSL color Cylindrical-coordinate representation of color #56557D: hue angle of 241.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56557D is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 85 | 125 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.51 |
| HSL | 241.5º | 0.19% | 0.41% | - |
| HSV(B) | 241.5º | 0.32% | 0.49% | - |
| XYZ | 10.79 | 9.96 | 20.76 | - |
| YUV | 89.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 125 | 0.31 | 0.32 | 0 | 0.51 | 241.5 | 0.19 | 0.41 |
| Hex | 56 | 55 | 7D | 1F | 20 | 0 | 33 | F2 | 13 | 29 |
| Octal | 126 | 125 | 175 | 37 | 40 | 0 | 63 | 362 | 23 | 51 |
| Binary | 1010110 | 1010101 | 1111101 | 11111 | 100000 | 0 | 110011 | 11110010 | 10011 | 101001 |
Color Harmonies of #56557D
Complementary color
Monochromatic Colors of #56557D
Black with #56557D
Text Example
Text Example
White with #56557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56557D; }
p { color: rgb(86,85,125); }
H1.HeaderClassName
{
color: #56557D;
}
.AnyTagClassName
{
color: #56557D;
}
</style>
background-color css
<style>
a { background-color: #56557D; }
a { background-color: rgb(86,85,125); }
div.DivClassName
{
background-color: #56557D;
}
.BgClassName
{
background-color: #56557D;
}
</style>
border-color css
<style>
span { border-color: #56557D; }
span { border-color: rgb(86,85,125); }
td.TdClassName
{
border-color: #56557D;
}
.TagClassName
{
border-color: #56557D;
}
</style>