Shades of Comet #565779
Tints of Comet #565779
RGB
CMYK
RGB Variations
Color information
#565779 (or 0x565779) is known color: Comet. HEX triplet: 56, 57 and 79. RGB value is (86,87,121). Sum of RGB (Red+Green+Blue) = 86+87+121=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #565779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565779 is #A9A886. Grayscale: #5A5A5A. Windows color (decimal): -11118727 or 7952214. OLE color: 7952214.
HSL color Cylindrical-coordinate representation of color #565779: hue angle of 238.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #565779 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 87 | 121 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.53 |
| HSL | 238.29º | 0.17% | 0.41% | - |
| HSV(B) | 238.29º | 0.29% | 0.47% | - |
| XYZ | 10.7 | 10.18 | 19.49 | - |
| YUV | 90.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 121 | 0.29 | 0.28 | 0 | 0.53 | 238.29 | 0.17 | 0.41 |
| Hex | 56 | 57 | 79 | 1D | 1C | 0 | 35 | EE | 11 | 29 |
| Octal | 126 | 127 | 171 | 35 | 34 | 0 | 65 | 356 | 21 | 51 |
| Binary | 1010110 | 1010111 | 1111001 | 11101 | 11100 | 0 | 110101 | 11101110 | 10001 | 101001 |
Color Harmonies of #565779
Complementary color
Monochromatic Colors of #565779
Black with #565779
Text Example
Text Example
White with #565779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565779; }
p { color: rgb(86,87,121); }
H1.HeaderClassName
{
color: #565779;
}
.AnyTagClassName
{
color: #565779;
}
</style>
background-color css
<style>
a { background-color: #565779; }
a { background-color: rgb(86,87,121); }
div.DivClassName
{
background-color: #565779;
}
.BgClassName
{
background-color: #565779;
}
</style>
border-color css
<style>
span { border-color: #565779; }
span { border-color: rgb(86,87,121); }
td.TdClassName
{
border-color: #565779;
}
.TagClassName
{
border-color: #565779;
}
</style>