Shades of Gigas #57468D
Tints of Gigas #57468D
RGB
CMYK
RGB Variations
Color information
#57468D (or 0x57468D) is known color: Gigas. HEX triplet: 57, 46 and 8D. RGB value is (87,70,141). Sum of RGB (Red+Green+Blue) = 87+70+141=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #57468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57468D is #A8B972. Grayscale: #525252. Windows color (decimal): -11057523 or 9258583. OLE color: 9258583.
HSL color Cylindrical-coordinate representation of color #57468D: hue angle of 254.37º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57468D is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 70 | 141 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.45 |
| HSL | 254.37º | 0.34% | 0.41% | - |
| HSV(B) | 254.37º | 0.5% | 0.55% | - |
| XYZ | 10.93 | 8.33 | 26.23 | - |
| YUV | 83.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 141 | 0.38 | 0.50 | 0 | 0.45 | 254.37 | 0.34 | 0.41 |
| Hex | 57 | 46 | 8D | 26 | 32 | 0 | 2D | FE | 22 | 29 |
| Octal | 127 | 106 | 215 | 46 | 62 | 0 | 55 | 376 | 42 | 51 |
| Binary | 1010111 | 1000110 | 10001101 | 100110 | 110010 | 0 | 101101 | 11111110 | 100010 | 101001 |
Color Harmonies of #57468D
Complementary color
Monochromatic Colors of #57468D
Black with #57468D
Text Example
Text Example
White with #57468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57468D; }
p { color: rgb(87,70,141); }
H1.HeaderClassName
{
color: #57468D;
}
.AnyTagClassName
{
color: #57468D;
}
</style>
background-color css
<style>
a { background-color: #57468D; }
a { background-color: rgb(87,70,141); }
div.DivClassName
{
background-color: #57468D;
}
.BgClassName
{
background-color: #57468D;
}
</style>
border-color css
<style>
span { border-color: #57468D; }
span { border-color: rgb(87,70,141); }
td.TdClassName
{
border-color: #57468D;
}
.TagClassName
{
border-color: #57468D;
}
</style>