Shades of Gigas #57457E
Tints of Gigas #57457E
RGB
CMYK
RGB Variations
Color information
#57457E (or 0x57457E) is known color: Gigas. HEX triplet: 57, 45 and 7E. RGB value is (87,69,126). Sum of RGB (Red+Green+Blue) = 87+69+126=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #57457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57457E is #A8BA81. Grayscale: #505050. Windows color (decimal): -11057794 or 8275287. OLE color: 8275287.
HSL color Cylindrical-coordinate representation of color #57457E: hue angle of 258.95º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57457E is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 69 | 126 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.51 |
| HSL | 258.95º | 0.29% | 0.38% | - |
| HSV(B) | 258.95º | 0.45% | 0.49% | - |
| XYZ | 9.82 | 7.79 | 20.72 | - |
| YUV | 80.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 126 | 0.31 | 0.45 | 0 | 0.51 | 258.95 | 0.29 | 0.38 |
| Hex | 57 | 45 | 7E | 1F | 2D | 0 | 33 | 103 | 1D | 26 |
| Octal | 127 | 105 | 176 | 37 | 55 | 0 | 63 | 403 | 35 | 46 |
| Binary | 1010111 | 1000101 | 1111110 | 11111 | 101101 | 0 | 110011 | 100000011 | 11101 | 100110 |
Color Harmonies of #57457E
Complementary color
Monochromatic Colors of #57457E
Black with #57457E
Text Example
Text Example
White with #57457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57457E; }
p { color: rgb(87,69,126); }
H1.HeaderClassName
{
color: #57457E;
}
.AnyTagClassName
{
color: #57457E;
}
</style>
background-color css
<style>
a { background-color: #57457E; }
a { background-color: rgb(87,69,126); }
div.DivClassName
{
background-color: #57457E;
}
.BgClassName
{
background-color: #57457E;
}
</style>
border-color css
<style>
span { border-color: #57457E; }
span { border-color: rgb(87,69,126); }
td.TdClassName
{
border-color: #57457E;
}
.TagClassName
{
border-color: #57457E;
}
</style>