Shades of Gigas #56467A
Tints of Gigas #56467A
RGB
CMYK
RGB Variations
Color information
#56467A (or 0x56467A) is known color: Gigas. HEX triplet: 56, 46 and 7A. RGB value is (86,70,122). Sum of RGB (Red+Green+Blue) = 86+70+122=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #56467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56467A is #A9B985. Grayscale: #505050. Windows color (decimal): -11123078 or 8013398. OLE color: 8013398.
HSL color Cylindrical-coordinate representation of color #56467A: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56467A is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 70 | 122 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.52 |
| HSL | 258.46º | 0.27% | 0.38% | - |
| HSV(B) | 258.46º | 0.43% | 0.48% | - |
| XYZ | 9.54 | 7.76 | 19.41 | - |
| YUV | 80.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 122 | 0.30 | 0.43 | 0 | 0.52 | 258.46 | 0.27 | 0.38 |
| Hex | 56 | 46 | 7A | 1E | 2B | 0 | 34 | 102 | 1B | 26 |
| Octal | 126 | 106 | 172 | 36 | 53 | 0 | 64 | 402 | 33 | 46 |
| Binary | 1010110 | 1000110 | 1111010 | 11110 | 101011 | 0 | 110100 | 100000010 | 11011 | 100110 |
Color Harmonies of #56467A
Complementary color
Monochromatic Colors of #56467A
Black with #56467A
Text Example
Text Example
White with #56467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56467A; }
p { color: rgb(86,70,122); }
H1.HeaderClassName
{
color: #56467A;
}
.AnyTagClassName
{
color: #56467A;
}
</style>
background-color css
<style>
a { background-color: #56467A; }
a { background-color: rgb(86,70,122); }
div.DivClassName
{
background-color: #56467A;
}
.BgClassName
{
background-color: #56467A;
}
</style>
border-color css
<style>
span { border-color: #56467A; }
span { border-color: rgb(86,70,122); }
td.TdClassName
{
border-color: #56467A;
}
.TagClassName
{
border-color: #56467A;
}
</style>