Shades of Gigas #57447F
Tints of Gigas #57447F
RGB
CMYK
RGB Variations
Color information
#57447F (or 0x57447F) is known color: Gigas. HEX triplet: 57, 44 and 7F. RGB value is (87,68,127). Sum of RGB (Red+Green+Blue) = 87+68+127=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #57447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57447F is #A8BB80. Grayscale: #505050. Windows color (decimal): -11058049 or 8340567. OLE color: 8340567.
HSL color Cylindrical-coordinate representation of color #57447F: hue angle of 259.32º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57447F is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 68 | 127 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.50 |
| HSL | 259.32º | 0.3% | 0.38% | - |
| HSV(B) | 259.32º | 0.46% | 0.5% | - |
| XYZ | 9.83 | 7.69 | 21.05 | - |
| YUV | 80.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 127 | 0.31 | 0.46 | 0 | 0.50 | 259.32 | 0.3 | 0.38 |
| Hex | 57 | 44 | 7F | 1F | 2E | 0 | 32 | 103 | 1E | 26 |
| Octal | 127 | 104 | 177 | 37 | 56 | 0 | 62 | 403 | 36 | 46 |
| Binary | 1010111 | 1000100 | 1111111 | 11111 | 101110 | 0 | 110010 | 100000011 | 11110 | 100110 |
Color Harmonies of #57447F
Complementary color
Monochromatic Colors of #57447F
Black with #57447F
Text Example
Text Example
White with #57447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57447F; }
p { color: rgb(87,68,127); }
H1.HeaderClassName
{
color: #57447F;
}
.AnyTagClassName
{
color: #57447F;
}
</style>
background-color css
<style>
a { background-color: #57447F; }
a { background-color: rgb(87,68,127); }
div.DivClassName
{
background-color: #57447F;
}
.BgClassName
{
background-color: #57447F;
}
</style>
border-color css
<style>
span { border-color: #57447F; }
span { border-color: rgb(87,68,127); }
td.TdClassName
{
border-color: #57447F;
}
.TagClassName
{
border-color: #57447F;
}
</style>