Shades of Comet #565C84
Tints of Comet #565C84
RGB
CMYK
RGB Variations
Color information
#565C84 (or 0x565C84) is known color: Comet. HEX triplet: 56, 5C and 84. RGB value is (86,92,132). Sum of RGB (Red+Green+Blue) = 86+92+132=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #565C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C84 is #A9A37B. Grayscale: #5E5E5E. Windows color (decimal): -11117436 or 8674390. OLE color: 8674390.
HSL color Cylindrical-coordinate representation of color #565C84: hue angle of 232.17º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #565C84 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 92 | 132 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.48 |
| HSL | 232.17º | 0.21% | 0.43% | - |
| HSV(B) | 232.17º | 0.35% | 0.52% | - |
| XYZ | 11.83 | 11.3 | 23.39 | - |
| YUV | 94.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 132 | 0.35 | 0.30 | 0 | 0.48 | 232.17 | 0.21 | 0.43 |
| Hex | 56 | 5C | 84 | 23 | 1E | 0 | 30 | E8 | 15 | 2B |
| Octal | 126 | 134 | 204 | 43 | 36 | 0 | 60 | 350 | 25 | 53 |
| Binary | 1010110 | 1011100 | 10000100 | 100011 | 11110 | 0 | 110000 | 11101000 | 10101 | 101011 |
Color Harmonies of #565C84
Complementary color
Monochromatic Colors of #565C84
Black with #565C84
Text Example
Text Example
White with #565C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C84; }
p { color: rgb(86,92,132); }
H1.HeaderClassName
{
color: #565C84;
}
.AnyTagClassName
{
color: #565C84;
}
</style>
background-color css
<style>
a { background-color: #565C84; }
a { background-color: rgb(86,92,132); }
div.DivClassName
{
background-color: #565C84;
}
.BgClassName
{
background-color: #565C84;
}
</style>
border-color css
<style>
span { border-color: #565C84; }
span { border-color: rgb(86,92,132); }
td.TdClassName
{
border-color: #565C84;
}
.TagClassName
{
border-color: #565C84;
}
</style>