Shades of Gigas #574882
Tints of Gigas #574882
RGB
CMYK
RGB Variations
Color information
#574882 (or 0x574882) is known color: Gigas. HEX triplet: 57, 48 and 82. RGB value is (87,72,130). Sum of RGB (Red+Green+Blue) = 87+72+130=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #574882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574882 is #A8B77D. Grayscale: #525252. Windows color (decimal): -11057022 or 8538199. OLE color: 8538199.
HSL color Cylindrical-coordinate representation of color #574882: hue angle of 255.52º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574882 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 72 | 130 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.49 |
| HSL | 255.52º | 0.29% | 0.4% | - |
| HSV(B) | 255.52º | 0.45% | 0.51% | - |
| XYZ | 10.28 | 8.27 | 22.17 | - |
| YUV | 83.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 130 | 0.33 | 0.45 | 0 | 0.49 | 255.52 | 0.29 | 0.4 |
| Hex | 57 | 48 | 82 | 21 | 2D | 0 | 31 | 100 | 1D | 28 |
| Octal | 127 | 110 | 202 | 41 | 55 | 0 | 61 | 400 | 35 | 50 |
| Binary | 1010111 | 1001000 | 10000010 | 100001 | 101101 | 0 | 110001 | 100000000 | 11101 | 101000 |
Color Harmonies of #574882
Complementary color
Monochromatic Colors of #574882
Black with #574882
Text Example
Text Example
White with #574882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574882; }
p { color: rgb(87,72,130); }
H1.HeaderClassName
{
color: #574882;
}
.AnyTagClassName
{
color: #574882;
}
</style>
background-color css
<style>
a { background-color: #574882; }
a { background-color: rgb(87,72,130); }
div.DivClassName
{
background-color: #574882;
}
.BgClassName
{
background-color: #574882;
}
</style>
border-color css
<style>
span { border-color: #574882; }
span { border-color: rgb(87,72,130); }
td.TdClassName
{
border-color: #574882;
}
.TagClassName
{
border-color: #574882;
}
</style>