Shades of Gigas #56407E
Tints of Gigas #56407E
RGB
CMYK
RGB Variations
Color information
#56407E (or 0x56407E) is known color: Gigas. HEX triplet: 56, 40 and 7E. RGB value is (86,64,126). Sum of RGB (Red+Green+Blue) = 86+64+126=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #56407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56407E is #A9BF81. Grayscale: #4D4D4D. Windows color (decimal): -11124610 or 8274006. OLE color: 8274006.
HSL color Cylindrical-coordinate representation of color #56407E: hue angle of 261.29º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56407E is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 64 | 126 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.51 |
| HSL | 261.29º | 0.33% | 0.37% | - |
| HSV(B) | 261.29º | 0.49% | 0.49% | - |
| XYZ | 9.44 | 7.15 | 20.62 | - |
| YUV | 77.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 126 | 0.32 | 0.49 | 0 | 0.51 | 261.29 | 0.33 | 0.37 |
| Hex | 56 | 40 | 7E | 20 | 31 | 0 | 33 | 105 | 21 | 25 |
| Octal | 126 | 100 | 176 | 40 | 61 | 0 | 63 | 405 | 41 | 45 |
| Binary | 1010110 | 1000000 | 1111110 | 100000 | 110001 | 0 | 110011 | 100000101 | 100001 | 100101 |
Color Harmonies of #56407E
Complementary color
Monochromatic Colors of #56407E
Black with #56407E
Text Example
Text Example
White with #56407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56407E; }
p { color: rgb(86,64,126); }
H1.HeaderClassName
{
color: #56407E;
}
.AnyTagClassName
{
color: #56407E;
}
</style>
background-color css
<style>
a { background-color: #56407E; }
a { background-color: rgb(86,64,126); }
div.DivClassName
{
background-color: #56407E;
}
.BgClassName
{
background-color: #56407E;
}
</style>
border-color css
<style>
span { border-color: #56407E; }
span { border-color: rgb(86,64,126); }
td.TdClassName
{
border-color: #56407E;
}
.TagClassName
{
border-color: #56407E;
}
</style>