Shades of Gigas #57468E
Tints of Gigas #57468E
RGB
CMYK
RGB Variations
Color information
#57468E (or 0x57468E) is known color: Gigas. HEX triplet: 57, 46 and 8E. RGB value is (87,70,142). Sum of RGB (Red+Green+Blue) = 87+70+142=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #57468E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57468E is #A8B971. Grayscale: #535353. Windows color (decimal): -11057522 or 9324119. OLE color: 9324119.
HSL color Cylindrical-coordinate representation of color #57468E: hue angle of 254.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57468E is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 70 | 142 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.44 |
| HSL | 254.17º | 0.34% | 0.42% | - |
| HSV(B) | 254.17º | 0.51% | 0.56% | - |
| XYZ | 11 | 8.36 | 26.62 | - |
| YUV | 83.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 142 | 0.39 | 0.51 | 0 | 0.44 | 254.17 | 0.34 | 0.42 |
| Hex | 57 | 46 | 8E | 27 | 33 | 0 | 2C | FE | 22 | 2A |
| Octal | 127 | 106 | 216 | 47 | 63 | 0 | 54 | 376 | 42 | 52 |
| Binary | 1010111 | 1000110 | 10001110 | 100111 | 110011 | 0 | 101100 | 11111110 | 100010 | 101010 |
Color Harmonies of #57468E
Complementary color
Monochromatic Colors of #57468E
Black with #57468E
Text Example
Text Example
White with #57468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57468E; }
p { color: rgb(87,70,142); }
H1.HeaderClassName
{
color: #57468E;
}
.AnyTagClassName
{
color: #57468E;
}
</style>
background-color css
<style>
a { background-color: #57468E; }
a { background-color: rgb(87,70,142); }
div.DivClassName
{
background-color: #57468E;
}
.BgClassName
{
background-color: #57468E;
}
</style>
border-color css
<style>
span { border-color: #57468E; }
span { border-color: rgb(87,70,142); }
td.TdClassName
{
border-color: #57468E;
}
.TagClassName
{
border-color: #57468E;
}
</style>