Shades of Gigas #57498F
Tints of Gigas #57498F
RGB
CMYK
RGB Variations
Color information
#57498F (or 0x57498F) is known color: Gigas. HEX triplet: 57, 49 and 8F. RGB value is (87,73,143). Sum of RGB (Red+Green+Blue) = 87+73+143=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #57498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57498F is #A8B670. Grayscale: #545454. Windows color (decimal): -11056753 or 9390423. OLE color: 9390423.
HSL color Cylindrical-coordinate representation of color #57498F: hue angle of 252º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57498F is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 73 | 143 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.44 |
| HSL | 252º | 0.32% | 0.42% | - |
| HSV(B) | 252º | 0.49% | 0.56% | - |
| XYZ | 11.27 | 8.77 | 27.09 | - |
| YUV | 85.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 143 | 0.39 | 0.49 | 0 | 0.44 | 252 | 0.32 | 0.42 |
| Hex | 57 | 49 | 8F | 27 | 31 | 0 | 2C | FC | 20 | 2A |
| Octal | 127 | 111 | 217 | 47 | 61 | 0 | 54 | 374 | 40 | 52 |
| Binary | 1010111 | 1001001 | 10001111 | 100111 | 110001 | 0 | 101100 | 11111100 | 100000 | 101010 |
Color Harmonies of #57498F
Complementary color
Monochromatic Colors of #57498F
Black with #57498F
Text Example
Text Example
White with #57498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57498F; }
p { color: rgb(87,73,143); }
H1.HeaderClassName
{
color: #57498F;
}
.AnyTagClassName
{
color: #57498F;
}
</style>
background-color css
<style>
a { background-color: #57498F; }
a { background-color: rgb(87,73,143); }
div.DivClassName
{
background-color: #57498F;
}
.BgClassName
{
background-color: #57498F;
}
</style>
border-color css
<style>
span { border-color: #57498F; }
span { border-color: rgb(87,73,143); }
td.TdClassName
{
border-color: #57498F;
}
.TagClassName
{
border-color: #57498F;
}
</style>