Shades of Gigas #574682
Tints of Gigas #574682
RGB
CMYK
RGB Variations
Color information
#574682 (or 0x574682) is known color: Gigas. HEX triplet: 57, 46 and 82. RGB value is (87,70,130). Sum of RGB (Red+Green+Blue) = 87+70+130=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #574682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574682 is #A8B97D. Grayscale: #515151. Windows color (decimal): -11057534 or 8537687. OLE color: 8537687.
HSL color Cylindrical-coordinate representation of color #574682: hue angle of 257º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #574682 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 70 | 130 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.49 |
| HSL | 257º | 0.3% | 0.39% | - |
| HSV(B) | 257º | 0.46% | 0.51% | - |
| XYZ | 10.15 | 8.02 | 22.13 | - |
| YUV | 81.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 130 | 0.33 | 0.46 | 0 | 0.49 | 257 | 0.3 | 0.39 |
| Hex | 57 | 46 | 82 | 21 | 2E | 0 | 31 | 101 | 1E | 27 |
| Octal | 127 | 106 | 202 | 41 | 56 | 0 | 61 | 401 | 36 | 47 |
| Binary | 1010111 | 1000110 | 10000010 | 100001 | 101110 | 0 | 110001 | 100000001 | 11110 | 100111 |
Color Harmonies of #574682
Complementary color
Monochromatic Colors of #574682
Black with #574682
Text Example
Text Example
White with #574682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574682; }
p { color: rgb(87,70,130); }
H1.HeaderClassName
{
color: #574682;
}
.AnyTagClassName
{
color: #574682;
}
</style>
background-color css
<style>
a { background-color: #574682; }
a { background-color: rgb(87,70,130); }
div.DivClassName
{
background-color: #574682;
}
.BgClassName
{
background-color: #574682;
}
</style>
border-color css
<style>
span { border-color: #574682; }
span { border-color: rgb(87,70,130); }
td.TdClassName
{
border-color: #574682;
}
.TagClassName
{
border-color: #574682;
}
</style>