Shades of Comet #565780
Tints of Comet #565780
RGB
CMYK
RGB Variations
Color information
#565780 (or 0x565780) is known color: Comet. HEX triplet: 56, 57 and 80. RGB value is (86,87,128). Sum of RGB (Red+Green+Blue) = 86+87+128=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #565780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565780 is #A9A87F. Grayscale: #5B5B5B. Windows color (decimal): -11118720 or 8410966. OLE color: 8410966.
HSL color Cylindrical-coordinate representation of color #565780: hue angle of 238.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565780 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 87 | 128 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.50 |
| HSL | 238.57º | 0.2% | 0.42% | - |
| HSV(B) | 238.57º | 0.33% | 0.5% | - |
| XYZ | 11.14 | 10.35 | 21.83 | - |
| YUV | 91.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 128 | 0.33 | 0.32 | 0 | 0.50 | 238.57 | 0.2 | 0.42 |
| Hex | 56 | 57 | 80 | 21 | 20 | 0 | 32 | EF | 14 | 2A |
| Octal | 126 | 127 | 200 | 41 | 40 | 0 | 62 | 357 | 24 | 52 |
| Binary | 1010110 | 1010111 | 10000000 | 100001 | 100000 | 0 | 110010 | 11101111 | 10100 | 101010 |
Color Harmonies of #565780
Complementary color
Monochromatic Colors of #565780
Black with #565780
Text Example
Text Example
White with #565780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565780; }
p { color: rgb(86,87,128); }
H1.HeaderClassName
{
color: #565780;
}
.AnyTagClassName
{
color: #565780;
}
</style>
background-color css
<style>
a { background-color: #565780; }
a { background-color: rgb(86,87,128); }
div.DivClassName
{
background-color: #565780;
}
.BgClassName
{
background-color: #565780;
}
</style>
border-color css
<style>
span { border-color: #565780; }
span { border-color: rgb(86,87,128); }
td.TdClassName
{
border-color: #565780;
}
.TagClassName
{
border-color: #565780;
}
</style>