Shades of Gigas #56468D
Tints of Gigas #56468D
RGB
CMYK
RGB Variations
Color information
#56468D (or 0x56468D) is known color: Gigas. HEX triplet: 56, 46 and 8D. RGB value is (86,70,141). Sum of RGB (Red+Green+Blue) = 86+70+141=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #56468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56468D is #A9B972. Grayscale: #525252. Windows color (decimal): -11123059 or 9258582. OLE color: 9258582.
HSL color Cylindrical-coordinate representation of color #56468D: hue angle of 253.52º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56468D is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 70 | 141 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.45 |
| HSL | 253.52º | 0.34% | 0.41% | - |
| HSV(B) | 253.52º | 0.5% | 0.55% | - |
| XYZ | 10.84 | 8.28 | 26.23 | - |
| YUV | 82.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 141 | 0.39 | 0.50 | 0 | 0.45 | 253.52 | 0.34 | 0.41 |
| Hex | 56 | 46 | 8D | 27 | 32 | 0 | 2D | FE | 22 | 29 |
| Octal | 126 | 106 | 215 | 47 | 62 | 0 | 55 | 376 | 42 | 51 |
| Binary | 1010110 | 1000110 | 10001101 | 100111 | 110010 | 0 | 101101 | 11111110 | 100010 | 101001 |
Color Harmonies of #56468D
Complementary color
Monochromatic Colors of #56468D
Black with #56468D
Text Example
Text Example
White with #56468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56468D; }
p { color: rgb(86,70,141); }
H1.HeaderClassName
{
color: #56468D;
}
.AnyTagClassName
{
color: #56468D;
}
</style>
background-color css
<style>
a { background-color: #56468D; }
a { background-color: rgb(86,70,141); }
div.DivClassName
{
background-color: #56468D;
}
.BgClassName
{
background-color: #56468D;
}
</style>
border-color css
<style>
span { border-color: #56468D; }
span { border-color: rgb(86,70,141); }
td.TdClassName
{
border-color: #56468D;
}
.TagClassName
{
border-color: #56468D;
}
</style>