Shades of Gigas #564893
Tints of Gigas #564893
RGB
CMYK
RGB Variations
Color information
#564893 (or 0x564893) is known color: Gigas. HEX triplet: 56, 48 and 93. RGB value is (86,72,147). Sum of RGB (Red+Green+Blue) = 86+72+147=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #564893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564893 is #A9B76C. Grayscale: #545454. Windows color (decimal): -11122541 or 9652310. OLE color: 9652310.
HSL color Cylindrical-coordinate representation of color #564893: hue angle of 251.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564893 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 72 | 147 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.42 |
| HSL | 251.2º | 0.34% | 0.43% | - |
| HSV(B) | 251.2º | 0.51% | 0.58% | - |
| XYZ | 11.42 | 8.72 | 28.68 | - |
| YUV | 84.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 147 | 0.41 | 0.51 | 0 | 0.42 | 251.2 | 0.34 | 0.43 |
| Hex | 56 | 48 | 93 | 29 | 33 | 0 | 2A | FB | 22 | 2B |
| Octal | 126 | 110 | 223 | 51 | 63 | 0 | 52 | 373 | 42 | 53 |
| Binary | 1010110 | 1001000 | 10010011 | 101001 | 110011 | 0 | 101010 | 11111011 | 100010 | 101011 |
Color Harmonies of #564893
Complementary color
Monochromatic Colors of #564893
Black with #564893
Text Example
Text Example
White with #564893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564893; }
p { color: rgb(86,72,147); }
H1.HeaderClassName
{
color: #564893;
}
.AnyTagClassName
{
color: #564893;
}
</style>
background-color css
<style>
a { background-color: #564893; }
a { background-color: rgb(86,72,147); }
div.DivClassName
{
background-color: #564893;
}
.BgClassName
{
background-color: #564893;
}
</style>
border-color css
<style>
span { border-color: #564893; }
span { border-color: rgb(86,72,147); }
td.TdClassName
{
border-color: #564893;
}
.TagClassName
{
border-color: #564893;
}
</style>