Shades of Comet #56587A
Tints of Comet #56587A
RGB
CMYK
RGB Variations
Color information
#56587A (or 0x56587A) is known color: Comet. HEX triplet: 56, 58 and 7A. RGB value is (86,88,122). Sum of RGB (Red+Green+Blue) = 86+88+122=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #56587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56587A is #A9A785. Grayscale: #5B5B5B. Windows color (decimal): -11118470 or 8018006. OLE color: 8018006.
HSL color Cylindrical-coordinate representation of color #56587A: hue angle of 236.67º degrees, saturation: 0.17, 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 #56587A is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 88 | 122 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.52 |
| HSL | 236.67º | 0.17% | 0.41% | - |
| HSV(B) | 236.67º | 0.3% | 0.48% | - |
| XYZ | 10.84 | 10.36 | 19.84 | - |
| YUV | 91.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 122 | 0.30 | 0.28 | 0 | 0.52 | 236.67 | 0.17 | 0.41 |
| Hex | 56 | 58 | 7A | 1E | 1C | 0 | 34 | ED | 11 | 29 |
| Octal | 126 | 130 | 172 | 36 | 34 | 0 | 64 | 355 | 21 | 51 |
| Binary | 1010110 | 1011000 | 1111010 | 11110 | 11100 | 0 | 110100 | 11101101 | 10001 | 101001 |
Color Harmonies of #56587A
Complementary color
Monochromatic Colors of #56587A
Black with #56587A
Text Example
Text Example
White with #56587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56587A; }
p { color: rgb(86,88,122); }
H1.HeaderClassName
{
color: #56587A;
}
.AnyTagClassName
{
color: #56587A;
}
</style>
background-color css
<style>
a { background-color: #56587A; }
a { background-color: rgb(86,88,122); }
div.DivClassName
{
background-color: #56587A;
}
.BgClassName
{
background-color: #56587A;
}
</style>
border-color css
<style>
span { border-color: #56587A; }
span { border-color: rgb(86,88,122); }
td.TdClassName
{
border-color: #56587A;
}
.TagClassName
{
border-color: #56587A;
}
</style>