Shades of Gigas #564A96
Tints of Gigas #564A96
RGB
CMYK
RGB Variations
Color information
#564A96 (or 0x564A96) is known color: Gigas. HEX triplet: 56, 4A and 96. RGB value is (86,74,150). Sum of RGB (Red+Green+Blue) = 86+74+150=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #564A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564A96 is #A9B569. Grayscale: #555555. Windows color (decimal): -11122026 or 9849430. OLE color: 9849430.
HSL color Cylindrical-coordinate representation of color #564A96: hue angle of 249.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564A96 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 74 | 150 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.41 |
| HSL | 249.47º | 0.34% | 0.44% | - |
| HSV(B) | 249.47º | 0.51% | 0.59% | - |
| XYZ | 11.79 | 9.08 | 29.98 | - |
| YUV | 86.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 150 | 0.43 | 0.51 | 0 | 0.41 | 249.47 | 0.34 | 0.44 |
| Hex | 56 | 4A | 96 | 2B | 33 | 0 | 29 | F9 | 22 | 2C |
| Octal | 126 | 112 | 226 | 53 | 63 | 0 | 51 | 371 | 42 | 54 |
| Binary | 1010110 | 1001010 | 10010110 | 101011 | 110011 | 0 | 101001 | 11111001 | 100010 | 101100 |
Color Harmonies of #564A96
Complementary color
Monochromatic Colors of #564A96
Black with #564A96
Text Example
Text Example
White with #564A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A96; }
p { color: rgb(86,74,150); }
H1.HeaderClassName
{
color: #564A96;
}
.AnyTagClassName
{
color: #564A96;
}
</style>
background-color css
<style>
a { background-color: #564A96; }
a { background-color: rgb(86,74,150); }
div.DivClassName
{
background-color: #564A96;
}
.BgClassName
{
background-color: #564A96;
}
</style>
border-color css
<style>
span { border-color: #564A96; }
span { border-color: rgb(86,74,150); }
td.TdClassName
{
border-color: #564A96;
}
.TagClassName
{
border-color: #564A96;
}
</style>