Shades of Comet #56557B
Tints of Comet #56557B
RGB
CMYK
RGB Variations
Color information
#56557B (or 0x56557B) is known color: Comet. HEX triplet: 56, 55 and 7B. RGB value is (86,85,123). Sum of RGB (Red+Green+Blue) = 86+85+123=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #56557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56557B is #A9AA84. Grayscale: #595959. Windows color (decimal): -11119237 or 8082774. OLE color: 8082774.
HSL color Cylindrical-coordinate representation of color #56557B: hue angle of 241.58º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56557B is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 85 | 123 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.52 |
| HSL | 241.58º | 0.18% | 0.41% | - |
| HSV(B) | 241.58º | 0.31% | 0.48% | - |
| XYZ | 10.66 | 9.91 | 20.09 | - |
| YUV | 89.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 123 | 0.30 | 0.31 | 0 | 0.52 | 241.58 | 0.18 | 0.41 |
| Hex | 56 | 55 | 7B | 1E | 1F | 0 | 34 | F2 | 12 | 29 |
| Octal | 126 | 125 | 173 | 36 | 37 | 0 | 64 | 362 | 22 | 51 |
| Binary | 1010110 | 1010101 | 1111011 | 11110 | 11111 | 0 | 110100 | 11110010 | 10010 | 101001 |
Color Harmonies of #56557B
Complementary color
Monochromatic Colors of #56557B
Black with #56557B
Text Example
Text Example
White with #56557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56557B; }
p { color: rgb(86,85,123); }
H1.HeaderClassName
{
color: #56557B;
}
.AnyTagClassName
{
color: #56557B;
}
</style>
background-color css
<style>
a { background-color: #56557B; }
a { background-color: rgb(86,85,123); }
div.DivClassName
{
background-color: #56557B;
}
.BgClassName
{
background-color: #56557B;
}
</style>
border-color css
<style>
span { border-color: #56557B; }
span { border-color: rgb(86,85,123); }
td.TdClassName
{
border-color: #56557B;
}
.TagClassName
{
border-color: #56557B;
}
</style>