Shades of Comet #56586E
Tints of Comet #56586E
RGB
CMYK
RGB Variations
Color information
#56586E (or 0x56586E) is known color: Comet. HEX triplet: 56, 58 and 6E. RGB value is (86,88,110). Sum of RGB (Red+Green+Blue) = 86+88+110=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #56586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56586E is #A9A791. Grayscale: #595959. Windows color (decimal): -11118482 or 7231574. OLE color: 7231574.
HSL color Cylindrical-coordinate representation of color #56586E: hue angle of 235º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56586E is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 88 | 110 | - |
| CMYK | 0.22 | 0.2 | 0 | 0.57 |
| HSL | 235º | 0.12% | 0.38% | - |
| HSV(B) | 235º | 0.22% | 0.43% | - |
| XYZ | 10.14 | 10.08 | 16.16 | - |
| YUV | 89.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 110 | 0.22 | 0.2 | 0 | 0.57 | 235 | 0.12 | 0.38 |
| Hex | 56 | 58 | 6E | 16 | 14 | 0 | 39 | EB | C | 26 |
| Octal | 126 | 130 | 156 | 26 | 24 | 0 | 71 | 353 | 14 | 46 |
| Binary | 1010110 | 1011000 | 1101110 | 10110 | 10100 | 0 | 111001 | 11101011 | 1100 | 100110 |
Color Harmonies of #56586E
Complementary color
Monochromatic Colors of #56586E
Black with #56586E
Text Example
Text Example
White with #56586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56586E; }
p { color: rgb(86,88,110); }
H1.HeaderClassName
{
color: #56586E;
}
.AnyTagClassName
{
color: #56586E;
}
</style>
background-color css
<style>
a { background-color: #56586E; }
a { background-color: rgb(86,88,110); }
div.DivClassName
{
background-color: #56586E;
}
.BgClassName
{
background-color: #56586E;
}
</style>
border-color css
<style>
span { border-color: #56586E; }
span { border-color: rgb(86,88,110); }
td.TdClassName
{
border-color: #56586E;
}
.TagClassName
{
border-color: #56586E;
}
</style>