Shades of Comet #565C83
Tints of Comet #565C83
RGB
CMYK
RGB Variations
Color information
#565C83 (or 0x565C83) is known color: Comet. HEX triplet: 56, 5C and 83. RGB value is (86,92,131). Sum of RGB (Red+Green+Blue) = 86+92+131=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #565C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C83 is #A9A37C. Grayscale: #5E5E5E. Windows color (decimal): -11117437 or 8608854. OLE color: 8608854.
HSL color Cylindrical-coordinate representation of color #565C83: hue angle of 232º 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 #565C83 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 92 | 131 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.49 |
| HSL | 232º | 0.21% | 0.43% | - |
| HSV(B) | 232º | 0.34% | 0.51% | - |
| XYZ | 11.76 | 11.27 | 23.03 | - |
| YUV | 94.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 131 | 0.34 | 0.30 | 0 | 0.49 | 232 | 0.21 | 0.43 |
| Hex | 56 | 5C | 83 | 22 | 1E | 0 | 31 | E8 | 15 | 2B |
| Octal | 126 | 134 | 203 | 42 | 36 | 0 | 61 | 350 | 25 | 53 |
| Binary | 1010110 | 1011100 | 10000011 | 100010 | 11110 | 0 | 110001 | 11101000 | 10101 | 101011 |
Color Harmonies of #565C83
Complementary color
Monochromatic Colors of #565C83
Black with #565C83
Text Example
Text Example
White with #565C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C83; }
p { color: rgb(86,92,131); }
H1.HeaderClassName
{
color: #565C83;
}
.AnyTagClassName
{
color: #565C83;
}
</style>
background-color css
<style>
a { background-color: #565C83; }
a { background-color: rgb(86,92,131); }
div.DivClassName
{
background-color: #565C83;
}
.BgClassName
{
background-color: #565C83;
}
</style>
border-color css
<style>
span { border-color: #565C83; }
span { border-color: rgb(86,92,131); }
td.TdClassName
{
border-color: #565C83;
}
.TagClassName
{
border-color: #565C83;
}
</style>