Shades of Gigas #57498B
Tints of Gigas #57498B
RGB
CMYK
RGB Variations
Color information
#57498B (or 0x57498B) is known color: Gigas. HEX triplet: 57, 49 and 8B. RGB value is (87,73,139). Sum of RGB (Red+Green+Blue) = 87+73+139=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #57498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57498B is #A8B674. Grayscale: #545454. Windows color (decimal): -11056757 or 9128279. OLE color: 9128279.
HSL color Cylindrical-coordinate representation of color #57498B: hue angle of 252.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57498B is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 73 | 139 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.45 |
| HSL | 252.73º | 0.31% | 0.42% | - |
| HSV(B) | 252.73º | 0.47% | 0.55% | - |
| XYZ | 10.97 | 8.66 | 25.52 | - |
| YUV | 84.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 139 | 0.37 | 0.47 | 0 | 0.45 | 252.73 | 0.31 | 0.42 |
| Hex | 57 | 49 | 8B | 25 | 2F | 0 | 2D | FD | 1F | 2A |
| Octal | 127 | 111 | 213 | 45 | 57 | 0 | 55 | 375 | 37 | 52 |
| Binary | 1010111 | 1001001 | 10001011 | 100101 | 101111 | 0 | 101101 | 11111101 | 11111 | 101010 |
Color Harmonies of #57498B
Complementary color
Monochromatic Colors of #57498B
Black with #57498B
Text Example
Text Example
White with #57498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57498B; }
p { color: rgb(87,73,139); }
H1.HeaderClassName
{
color: #57498B;
}
.AnyTagClassName
{
color: #57498B;
}
</style>
background-color css
<style>
a { background-color: #57498B; }
a { background-color: rgb(87,73,139); }
div.DivClassName
{
background-color: #57498B;
}
.BgClassName
{
background-color: #57498B;
}
</style>
border-color css
<style>
span { border-color: #57498B; }
span { border-color: rgb(87,73,139); }
td.TdClassName
{
border-color: #57498B;
}
.TagClassName
{
border-color: #57498B;
}
</style>