Shades of Gigas #56467F
Tints of Gigas #56467F
RGB
CMYK
RGB Variations
Color information
#56467F (or 0x56467F) is known color: Gigas. HEX triplet: 56, 46 and 7F. RGB value is (86,70,127). Sum of RGB (Red+Green+Blue) = 86+70+127=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #56467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56467F is #A9B980. Grayscale: #515151. Windows color (decimal): -11123073 or 8341078. OLE color: 8341078.
HSL color Cylindrical-coordinate representation of color #56467F: hue angle of 256.84º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56467F is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 70 | 127 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.50 |
| HSL | 256.84º | 0.29% | 0.39% | - |
| HSV(B) | 256.84º | 0.45% | 0.5% | - |
| XYZ | 9.86 | 7.89 | 21.08 | - |
| YUV | 81.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 127 | 0.32 | 0.45 | 0 | 0.50 | 256.84 | 0.29 | 0.39 |
| Hex | 56 | 46 | 7F | 20 | 2D | 0 | 32 | 101 | 1D | 27 |
| Octal | 126 | 106 | 177 | 40 | 55 | 0 | 62 | 401 | 35 | 47 |
| Binary | 1010110 | 1000110 | 1111111 | 100000 | 101101 | 0 | 110010 | 100000001 | 11101 | 100111 |
Color Harmonies of #56467F
Complementary color
Monochromatic Colors of #56467F
Black with #56467F
Text Example
Text Example
White with #56467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56467F; }
p { color: rgb(86,70,127); }
H1.HeaderClassName
{
color: #56467F;
}
.AnyTagClassName
{
color: #56467F;
}
</style>
background-color css
<style>
a { background-color: #56467F; }
a { background-color: rgb(86,70,127); }
div.DivClassName
{
background-color: #56467F;
}
.BgClassName
{
background-color: #56467F;
}
</style>
border-color css
<style>
span { border-color: #56467F; }
span { border-color: rgb(86,70,127); }
td.TdClassName
{
border-color: #56467F;
}
.TagClassName
{
border-color: #56467F;
}
</style>