Shades of Comet #565981
Tints of Comet #565981
RGB
CMYK
RGB Variations
Color information
#565981 (or 0x565981) is known color: Comet. HEX triplet: 56, 59 and 81. RGB value is (86,89,129). Sum of RGB (Red+Green+Blue) = 86+89+129=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #565981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565981 is #A9A67E. Grayscale: #5C5C5C. Windows color (decimal): -11118207 or 8477014. OLE color: 8477014.
HSL color Cylindrical-coordinate representation of color #565981: hue angle of 235.81º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565981 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 89 | 129 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.49 |
| HSL | 235.81º | 0.2% | 0.42% | - |
| HSV(B) | 235.81º | 0.33% | 0.51% | - |
| XYZ | 11.37 | 10.71 | 22.24 | - |
| YUV | 92.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 129 | 0.33 | 0.31 | 0 | 0.49 | 235.81 | 0.2 | 0.42 |
| Hex | 56 | 59 | 81 | 21 | 1F | 0 | 31 | EC | 14 | 2A |
| Octal | 126 | 131 | 201 | 41 | 37 | 0 | 61 | 354 | 24 | 52 |
| Binary | 1010110 | 1011001 | 10000001 | 100001 | 11111 | 0 | 110001 | 11101100 | 10100 | 101010 |
Color Harmonies of #565981
Complementary color
Monochromatic Colors of #565981
Black with #565981
Text Example
Text Example
White with #565981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565981; }
p { color: rgb(86,89,129); }
H1.HeaderClassName
{
color: #565981;
}
.AnyTagClassName
{
color: #565981;
}
</style>
background-color css
<style>
a { background-color: #565981; }
a { background-color: rgb(86,89,129); }
div.DivClassName
{
background-color: #565981;
}
.BgClassName
{
background-color: #565981;
}
</style>
border-color css
<style>
span { border-color: #565981; }
span { border-color: rgb(86,89,129); }
td.TdClassName
{
border-color: #565981;
}
.TagClassName
{
border-color: #565981;
}
</style>