Shades of Gigas #56467E
Tints of Gigas #56467E
RGB
CMYK
RGB Variations
Color information
#56467E (or 0x56467E) is known color: Gigas. HEX triplet: 56, 46 and 7E. RGB value is (86,70,126). Sum of RGB (Red+Green+Blue) = 86+70+126=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #56467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56467E is #A9B981. Grayscale: #505050. Windows color (decimal): -11123074 or 8275542. OLE color: 8275542.
HSL color Cylindrical-coordinate representation of color #56467E: hue angle of 257.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56467E is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 70 | 126 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.51 |
| HSL | 257.14º | 0.29% | 0.38% | - |
| HSV(B) | 257.14º | 0.44% | 0.49% | - |
| XYZ | 9.79 | 7.87 | 20.74 | - |
| YUV | 81.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 126 | 0.32 | 0.44 | 0 | 0.51 | 257.14 | 0.29 | 0.38 |
| Hex | 56 | 46 | 7E | 20 | 2C | 0 | 33 | 101 | 1D | 26 |
| Octal | 126 | 106 | 176 | 40 | 54 | 0 | 63 | 401 | 35 | 46 |
| Binary | 1010110 | 1000110 | 1111110 | 100000 | 101100 | 0 | 110011 | 100000001 | 11101 | 100110 |
Color Harmonies of #56467E
Complementary color
Monochromatic Colors of #56467E
Black with #56467E
Text Example
Text Example
White with #56467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56467E; }
p { color: rgb(86,70,126); }
H1.HeaderClassName
{
color: #56467E;
}
.AnyTagClassName
{
color: #56467E;
}
</style>
background-color css
<style>
a { background-color: #56467E; }
a { background-color: rgb(86,70,126); }
div.DivClassName
{
background-color: #56467E;
}
.BgClassName
{
background-color: #56467E;
}
</style>
border-color css
<style>
span { border-color: #56467E; }
span { border-color: rgb(86,70,126); }
td.TdClassName
{
border-color: #56467E;
}
.TagClassName
{
border-color: #56467E;
}
</style>