Shades of Gigas #564485
Tints of Gigas #564485
RGB
CMYK
RGB Variations
Color information
#564485 (or 0x564485) is known color: Gigas. HEX triplet: 56, 44 and 85. RGB value is (86,68,133). Sum of RGB (Red+Green+Blue) = 86+68+133=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #564485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564485 is #A9BB7A. Grayscale: #505050. Windows color (decimal): -11123579 or 8733782. OLE color: 8733782.
HSL color Cylindrical-coordinate representation of color #564485: hue angle of 256.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #564485 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 68 | 133 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.48 |
| HSL | 256.62º | 0.32% | 0.39% | - |
| HSV(B) | 256.62º | 0.49% | 0.52% | - |
| XYZ | 10.14 | 7.81 | 23.16 | - |
| YUV | 80.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 133 | 0.35 | 0.49 | 0 | 0.48 | 256.62 | 0.32 | 0.39 |
| Hex | 56 | 44 | 85 | 23 | 31 | 0 | 30 | 101 | 20 | 27 |
| Octal | 126 | 104 | 205 | 43 | 61 | 0 | 60 | 401 | 40 | 47 |
| Binary | 1010110 | 1000100 | 10000101 | 100011 | 110001 | 0 | 110000 | 100000001 | 100000 | 100111 |
Color Harmonies of #564485
Complementary color
Monochromatic Colors of #564485
Black with #564485
Text Example
Text Example
White with #564485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564485; }
p { color: rgb(86,68,133); }
H1.HeaderClassName
{
color: #564485;
}
.AnyTagClassName
{
color: #564485;
}
</style>
background-color css
<style>
a { background-color: #564485; }
a { background-color: rgb(86,68,133); }
div.DivClassName
{
background-color: #564485;
}
.BgClassName
{
background-color: #564485;
}
</style>
border-color css
<style>
span { border-color: #564485; }
span { border-color: rgb(86,68,133); }
td.TdClassName
{
border-color: #564485;
}
.TagClassName
{
border-color: #564485;
}
</style>