Shades of Gigas #57477F
Tints of Gigas #57477F
RGB
CMYK
RGB Variations
Color information
#57477F (or 0x57477F) is known color: Gigas. HEX triplet: 57, 47 and 7F. RGB value is (87,71,127). Sum of RGB (Red+Green+Blue) = 87+71+127=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #57477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57477F is #A8B880. Grayscale: #515151. Windows color (decimal): -11057281 or 8341335. OLE color: 8341335.
HSL color Cylindrical-coordinate representation of color #57477F: hue angle of 257.14º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57477F is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 71 | 127 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.50 |
| HSL | 257.14º | 0.28% | 0.39% | - |
| HSV(B) | 257.14º | 0.44% | 0.5% | - |
| XYZ | 10.01 | 8.07 | 21.11 | - |
| YUV | 82.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 127 | 0.31 | 0.44 | 0 | 0.50 | 257.14 | 0.28 | 0.39 |
| Hex | 57 | 47 | 7F | 1F | 2C | 0 | 32 | 101 | 1C | 27 |
| Octal | 127 | 107 | 177 | 37 | 54 | 0 | 62 | 401 | 34 | 47 |
| Binary | 1010111 | 1000111 | 1111111 | 11111 | 101100 | 0 | 110010 | 100000001 | 11100 | 100111 |
Color Harmonies of #57477F
Complementary color
Monochromatic Colors of #57477F
Black with #57477F
Text Example
Text Example
White with #57477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57477F; }
p { color: rgb(87,71,127); }
H1.HeaderClassName
{
color: #57477F;
}
.AnyTagClassName
{
color: #57477F;
}
</style>
background-color css
<style>
a { background-color: #57477F; }
a { background-color: rgb(87,71,127); }
div.DivClassName
{
background-color: #57477F;
}
.BgClassName
{
background-color: #57477F;
}
</style>
border-color css
<style>
span { border-color: #57477F; }
span { border-color: rgb(87,71,127); }
td.TdClassName
{
border-color: #57477F;
}
.TagClassName
{
border-color: #57477F;
}
</style>