Shades of Gigas #573F82
Tints of Gigas #573F82
RGB
CMYK
RGB Variations
Color information
#573F82 (or 0x573F82) is known color: Gigas. HEX triplet: 57, 3F and 82. RGB value is (87,63,130). Sum of RGB (Red+Green+Blue) = 87+63+130=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #573F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573F82 is #A8C07D. Grayscale: #4D4D4D. Windows color (decimal): -11059326 or 8535895. OLE color: 8535895.
HSL color Cylindrical-coordinate representation of color #573F82: hue angle of 261.49º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #573F82 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 63 | 130 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.49 |
| HSL | 261.49º | 0.35% | 0.38% | - |
| HSV(B) | 261.49º | 0.52% | 0.51% | - |
| XYZ | 9.74 | 7.19 | 21.99 | - |
| YUV | 77.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 130 | 0.33 | 0.52 | 0 | 0.49 | 261.49 | 0.35 | 0.38 |
| Hex | 57 | 3F | 82 | 21 | 34 | 0 | 31 | 105 | 23 | 26 |
| Octal | 127 | 77 | 202 | 41 | 64 | 0 | 61 | 405 | 43 | 46 |
| Binary | 1010111 | 111111 | 10000010 | 100001 | 110100 | 0 | 110001 | 100000101 | 100011 | 100110 |
Color Harmonies of #573F82
Complementary color
Monochromatic Colors of #573F82
Black with #573F82
Text Example
Text Example
White with #573F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F82; }
p { color: rgb(87,63,130); }
H1.HeaderClassName
{
color: #573F82;
}
.AnyTagClassName
{
color: #573F82;
}
</style>
background-color css
<style>
a { background-color: #573F82; }
a { background-color: rgb(87,63,130); }
div.DivClassName
{
background-color: #573F82;
}
.BgClassName
{
background-color: #573F82;
}
</style>
border-color css
<style>
span { border-color: #573F82; }
span { border-color: rgb(87,63,130); }
td.TdClassName
{
border-color: #573F82;
}
.TagClassName
{
border-color: #573F82;
}
</style>