Shades of Comet #565781
Tints of Comet #565781
RGB
CMYK
RGB Variations
Color information
#565781 (or 0x565781) is known color: Comet. HEX triplet: 56, 57 and 81. RGB value is (86,87,129). Sum of RGB (Red+Green+Blue) = 86+87+129=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #565781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565781 is #A9A87E. Grayscale: #5B5B5B. Windows color (decimal): -11118719 or 8476502. OLE color: 8476502.
HSL color Cylindrical-coordinate representation of color #565781: hue angle of 238.6º 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 #565781 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 87 | 129 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.49 |
| HSL | 238.6º | 0.2% | 0.42% | - |
| HSV(B) | 238.6º | 0.33% | 0.51% | - |
| XYZ | 11.21 | 10.38 | 22.18 | - |
| YUV | 91.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 129 | 0.33 | 0.33 | 0 | 0.49 | 238.6 | 0.2 | 0.42 |
| Hex | 56 | 57 | 81 | 21 | 21 | 0 | 31 | EF | 14 | 2A |
| Octal | 126 | 127 | 201 | 41 | 41 | 0 | 61 | 357 | 24 | 52 |
| Binary | 1010110 | 1010111 | 10000001 | 100001 | 100001 | 0 | 110001 | 11101111 | 10100 | 101010 |
Color Harmonies of #565781
Complementary color
Monochromatic Colors of #565781
Black with #565781
Text Example
Text Example
White with #565781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565781; }
p { color: rgb(86,87,129); }
H1.HeaderClassName
{
color: #565781;
}
.AnyTagClassName
{
color: #565781;
}
</style>
background-color css
<style>
a { background-color: #565781; }
a { background-color: rgb(86,87,129); }
div.DivClassName
{
background-color: #565781;
}
.BgClassName
{
background-color: #565781;
}
</style>
border-color css
<style>
span { border-color: #565781; }
span { border-color: rgb(86,87,129); }
td.TdClassName
{
border-color: #565781;
}
.TagClassName
{
border-color: #565781;
}
</style>