Shades of Comet #565A83
Tints of Comet #565A83
RGB
CMYK
RGB Variations
Color information
#565A83 (or 0x565A83) is known color: Comet. HEX triplet: 56, 5A and 83. RGB value is (86,90,131). Sum of RGB (Red+Green+Blue) = 86+90+131=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #565A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A83 is #A9A57C. Grayscale: #5D5D5D. Windows color (decimal): -11117949 or 8608342. OLE color: 8608342.
HSL color Cylindrical-coordinate representation of color #565A83: hue angle of 234.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 #565A83 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 90 | 131 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.49 |
| HSL | 234.67º | 0.21% | 0.43% | - |
| HSV(B) | 234.67º | 0.34% | 0.51% | - |
| XYZ | 11.59 | 10.93 | 22.97 | - |
| YUV | 93.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 131 | 0.34 | 0.31 | 0 | 0.49 | 234.67 | 0.21 | 0.43 |
| Hex | 56 | 5A | 83 | 22 | 1F | 0 | 31 | EB | 15 | 2B |
| Octal | 126 | 132 | 203 | 42 | 37 | 0 | 61 | 353 | 25 | 53 |
| Binary | 1010110 | 1011010 | 10000011 | 100010 | 11111 | 0 | 110001 | 11101011 | 10101 | 101011 |
Color Harmonies of #565A83
Complementary color
Monochromatic Colors of #565A83
Black with #565A83
Text Example
Text Example
White with #565A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A83; }
p { color: rgb(86,90,131); }
H1.HeaderClassName
{
color: #565A83;
}
.AnyTagClassName
{
color: #565A83;
}
</style>
background-color css
<style>
a { background-color: #565A83; }
a { background-color: rgb(86,90,131); }
div.DivClassName
{
background-color: #565A83;
}
.BgClassName
{
background-color: #565A83;
}
</style>
border-color css
<style>
span { border-color: #565A83; }
span { border-color: rgb(86,90,131); }
td.TdClassName
{
border-color: #565A83;
}
.TagClassName
{
border-color: #565A83;
}
</style>