Shades of Gigas #57487D
Tints of Gigas #57487D
RGB
CMYK
RGB Variations
Color information
#57487D (or 0x57487D) is known color: Gigas. HEX triplet: 57, 48 and 7D. RGB value is (87,72,125). Sum of RGB (Red+Green+Blue) = 87+72+125=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #57487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57487D is #A8B782. Grayscale: #525252. Windows color (decimal): -11057027 or 8210519. OLE color: 8210519.
HSL color Cylindrical-coordinate representation of color #57487D: hue angle of 256.98º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57487D is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 72 | 125 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.51 |
| HSL | 256.98º | 0.27% | 0.39% | - |
| HSV(B) | 256.98º | 0.42% | 0.49% | - |
| XYZ | 9.95 | 8.14 | 20.45 | - |
| YUV | 82.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 125 | 0.30 | 0.42 | 0 | 0.51 | 256.98 | 0.27 | 0.39 |
| Hex | 57 | 48 | 7D | 1E | 2A | 0 | 33 | 101 | 1B | 27 |
| Octal | 127 | 110 | 175 | 36 | 52 | 0 | 63 | 401 | 33 | 47 |
| Binary | 1010111 | 1001000 | 1111101 | 11110 | 101010 | 0 | 110011 | 100000001 | 11011 | 100111 |
Color Harmonies of #57487D
Complementary color
Monochromatic Colors of #57487D
Black with #57487D
Text Example
Text Example
White with #57487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57487D; }
p { color: rgb(87,72,125); }
H1.HeaderClassName
{
color: #57487D;
}
.AnyTagClassName
{
color: #57487D;
}
</style>
background-color css
<style>
a { background-color: #57487D; }
a { background-color: rgb(87,72,125); }
div.DivClassName
{
background-color: #57487D;
}
.BgClassName
{
background-color: #57487D;
}
</style>
border-color css
<style>
span { border-color: #57487D; }
span { border-color: rgb(87,72,125); }
td.TdClassName
{
border-color: #57487D;
}
.TagClassName
{
border-color: #57487D;
}
</style>