Shades of Gigas #564488
Tints of Gigas #564488
RGB
CMYK
RGB Variations
Color information
#564488 (or 0x564488) is known color: Gigas. HEX triplet: 56, 44 and 88. RGB value is (86,68,136). Sum of RGB (Red+Green+Blue) = 86+68+136=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #564488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564488 is #A9BB77. Grayscale: #505050. Windows color (decimal): -11123576 or 8930390. OLE color: 8930390.
HSL color Cylindrical-coordinate representation of color #564488: hue angle of 255.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564488 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 68 | 136 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.47 |
| HSL | 255.88º | 0.33% | 0.4% | - |
| HSV(B) | 255.88º | 0.5% | 0.53% | - |
| XYZ | 10.35 | 7.89 | 24.27 | - |
| YUV | 81.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 136 | 0.37 | 0.50 | 0 | 0.47 | 255.88 | 0.33 | 0.4 |
| Hex | 56 | 44 | 88 | 25 | 32 | 0 | 2F | 100 | 21 | 28 |
| Octal | 126 | 104 | 210 | 45 | 62 | 0 | 57 | 400 | 41 | 50 |
| Binary | 1010110 | 1000100 | 10001000 | 100101 | 110010 | 0 | 101111 | 100000000 | 100001 | 101000 |
Color Harmonies of #564488
Complementary color
Monochromatic Colors of #564488
Black with #564488
Text Example
Text Example
White with #564488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564488; }
p { color: rgb(86,68,136); }
H1.HeaderClassName
{
color: #564488;
}
.AnyTagClassName
{
color: #564488;
}
</style>
background-color css
<style>
a { background-color: #564488; }
a { background-color: rgb(86,68,136); }
div.DivClassName
{
background-color: #564488;
}
.BgClassName
{
background-color: #564488;
}
</style>
border-color css
<style>
span { border-color: #564488; }
span { border-color: rgb(86,68,136); }
td.TdClassName
{
border-color: #564488;
}
.TagClassName
{
border-color: #564488;
}
</style>