Shades of Gigas #574082
Tints of Gigas #574082
RGB
CMYK
RGB Variations
Color information
#574082 (or 0x574082) is known color: Gigas. HEX triplet: 57, 40 and 82. RGB value is (87,64,130). Sum of RGB (Red+Green+Blue) = 87+64+130=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #574082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574082 is #A8BF7D. Grayscale: #4E4E4E. Windows color (decimal): -11059070 or 8536151. OLE color: 8536151.
HSL color Cylindrical-coordinate representation of color #574082: hue angle of 260.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #574082 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 64 | 130 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.49 |
| HSL | 260.91º | 0.34% | 0.38% | - |
| HSV(B) | 260.91º | 0.51% | 0.51% | - |
| XYZ | 9.79 | 7.3 | 22.01 | - |
| YUV | 78.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 130 | 0.33 | 0.51 | 0 | 0.49 | 260.91 | 0.34 | 0.38 |
| Hex | 57 | 40 | 82 | 21 | 33 | 0 | 31 | 105 | 22 | 26 |
| Octal | 127 | 100 | 202 | 41 | 63 | 0 | 61 | 405 | 42 | 46 |
| Binary | 1010111 | 1000000 | 10000010 | 100001 | 110011 | 0 | 110001 | 100000101 | 100010 | 100110 |
Color Harmonies of #574082
Complementary color
Monochromatic Colors of #574082
Black with #574082
Text Example
Text Example
White with #574082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574082; }
p { color: rgb(87,64,130); }
H1.HeaderClassName
{
color: #574082;
}
.AnyTagClassName
{
color: #574082;
}
</style>
background-color css
<style>
a { background-color: #574082; }
a { background-color: rgb(87,64,130); }
div.DivClassName
{
background-color: #574082;
}
.BgClassName
{
background-color: #574082;
}
</style>
border-color css
<style>
span { border-color: #574082; }
span { border-color: rgb(87,64,130); }
td.TdClassName
{
border-color: #574082;
}
.TagClassName
{
border-color: #574082;
}
</style>