Shades of Comet #565783
Tints of Comet #565783
RGB
CMYK
RGB Variations
Color information
#565783 (or 0x565783) is known color: Comet. HEX triplet: 56, 57 and 83. RGB value is (86,87,131). Sum of RGB (Red+Green+Blue) = 86+87+131=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #565783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565783 is #A9A87C. Grayscale: #5B5B5B. Windows color (decimal): -11118717 or 8607574. OLE color: 8607574.
HSL color Cylindrical-coordinate representation of color #565783: hue angle of 238.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #565783 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 87 | 131 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.49 |
| HSL | 238.67º | 0.21% | 0.43% | - |
| HSV(B) | 238.67º | 0.34% | 0.51% | - |
| XYZ | 11.34 | 10.43 | 22.89 | - |
| YUV | 91.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 131 | 0.34 | 0.34 | 0 | 0.49 | 238.67 | 0.21 | 0.43 |
| Hex | 56 | 57 | 83 | 22 | 22 | 0 | 31 | EF | 15 | 2B |
| Octal | 126 | 127 | 203 | 42 | 42 | 0 | 61 | 357 | 25 | 53 |
| Binary | 1010110 | 1010111 | 10000011 | 100010 | 100010 | 0 | 110001 | 11101111 | 10101 | 101011 |
Color Harmonies of #565783
Complementary color
Monochromatic Colors of #565783
Black with #565783
Text Example
Text Example
White with #565783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565783; }
p { color: rgb(86,87,131); }
H1.HeaderClassName
{
color: #565783;
}
.AnyTagClassName
{
color: #565783;
}
</style>
background-color css
<style>
a { background-color: #565783; }
a { background-color: rgb(86,87,131); }
div.DivClassName
{
background-color: #565783;
}
.BgClassName
{
background-color: #565783;
}
</style>
border-color css
<style>
span { border-color: #565783; }
span { border-color: rgb(86,87,131); }
td.TdClassName
{
border-color: #565783;
}
.TagClassName
{
border-color: #565783;
}
</style>