Shades of Gigas #57447A
Tints of Gigas #57447A
RGB
CMYK
RGB Variations
Color information
#57447A (or 0x57447A) is known color: Gigas. HEX triplet: 57, 44 and 7A. RGB value is (87,68,122). Sum of RGB (Red+Green+Blue) = 87+68+122=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #57447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57447A is #A8BB85. Grayscale: #4F4F4F. Windows color (decimal): -11058054 or 8012887. OLE color: 8012887.
HSL color Cylindrical-coordinate representation of color #57447A: hue angle of 261.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57447A is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 68 | 122 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.52 |
| HSL | 261.11º | 0.28% | 0.37% | - |
| HSV(B) | 261.11º | 0.44% | 0.48% | - |
| XYZ | 9.51 | 7.57 | 19.37 | - |
| YUV | 79.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 122 | 0.29 | 0.44 | 0 | 0.52 | 261.11 | 0.28 | 0.37 |
| Hex | 57 | 44 | 7A | 1D | 2C | 0 | 34 | 105 | 1C | 25 |
| Octal | 127 | 104 | 172 | 35 | 54 | 0 | 64 | 405 | 34 | 45 |
| Binary | 1010111 | 1000100 | 1111010 | 11101 | 101100 | 0 | 110100 | 100000101 | 11100 | 100101 |
Color Harmonies of #57447A
Complementary color
Monochromatic Colors of #57447A
Black with #57447A
Text Example
Text Example
White with #57447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57447A; }
p { color: rgb(87,68,122); }
H1.HeaderClassName
{
color: #57447A;
}
.AnyTagClassName
{
color: #57447A;
}
</style>
background-color css
<style>
a { background-color: #57447A; }
a { background-color: rgb(87,68,122); }
div.DivClassName
{
background-color: #57447A;
}
.BgClassName
{
background-color: #57447A;
}
</style>
border-color css
<style>
span { border-color: #57447A; }
span { border-color: rgb(87,68,122); }
td.TdClassName
{
border-color: #57447A;
}
.TagClassName
{
border-color: #57447A;
}
</style>