Shades of Gigas #564181
Tints of Gigas #564181
RGB
CMYK
RGB Variations
Color information
#564181 (or 0x564181) is known color: Gigas. HEX triplet: 56, 41 and 81. RGB value is (86,65,129). Sum of RGB (Red+Green+Blue) = 86+65+129=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #564181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564181 is #A9BE7E. Grayscale: #4E4E4E. Windows color (decimal): -11124351 or 8470870. OLE color: 8470870.
HSL color Cylindrical-coordinate representation of color #564181: hue angle of 259.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564181 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 65 | 129 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.49 |
| HSL | 259.69º | 0.33% | 0.38% | - |
| HSV(B) | 259.69º | 0.5% | 0.51% | - |
| XYZ | 9.69 | 7.34 | 21.68 | - |
| YUV | 78.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 129 | 0.33 | 0.50 | 0 | 0.49 | 259.69 | 0.33 | 0.38 |
| Hex | 56 | 41 | 81 | 21 | 32 | 0 | 31 | 104 | 21 | 26 |
| Octal | 126 | 101 | 201 | 41 | 62 | 0 | 61 | 404 | 41 | 46 |
| Binary | 1010110 | 1000001 | 10000001 | 100001 | 110010 | 0 | 110001 | 100000100 | 100001 | 100110 |
Color Harmonies of #564181
Complementary color
Monochromatic Colors of #564181
Black with #564181
Text Example
Text Example
White with #564181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564181; }
p { color: rgb(86,65,129); }
H1.HeaderClassName
{
color: #564181;
}
.AnyTagClassName
{
color: #564181;
}
</style>
background-color css
<style>
a { background-color: #564181; }
a { background-color: rgb(86,65,129); }
div.DivClassName
{
background-color: #564181;
}
.BgClassName
{
background-color: #564181;
}
</style>
border-color css
<style>
span { border-color: #564181; }
span { border-color: rgb(86,65,129); }
td.TdClassName
{
border-color: #564181;
}
.TagClassName
{
border-color: #564181;
}
</style>