Shades of Gigas #57458C
Tints of Gigas #57458C
RGB
CMYK
RGB Variations
Color information
#57458C (or 0x57458C) is known color: Gigas. HEX triplet: 57, 45 and 8C. RGB value is (87,69,140). Sum of RGB (Red+Green+Blue) = 87+69+140=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #57458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57458C is #A8BA73. Grayscale: #525252. Windows color (decimal): -11057780 or 9192791. OLE color: 9192791.
HSL color Cylindrical-coordinate representation of color #57458C: hue angle of 255.21º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57458C is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 69 | 140 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.45 |
| HSL | 255.21º | 0.34% | 0.41% | - |
| HSV(B) | 255.21º | 0.51% | 0.55% | - |
| XYZ | 10.79 | 8.18 | 25.82 | - |
| YUV | 82.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 140 | 0.38 | 0.51 | 0 | 0.45 | 255.21 | 0.34 | 0.41 |
| Hex | 57 | 45 | 8C | 26 | 33 | 0 | 2D | FF | 22 | 29 |
| Octal | 127 | 105 | 214 | 46 | 63 | 0 | 55 | 377 | 42 | 51 |
| Binary | 1010111 | 1000101 | 10001100 | 100110 | 110011 | 0 | 101101 | 11111111 | 100010 | 101001 |
Color Harmonies of #57458C
Complementary color
Monochromatic Colors of #57458C
Black with #57458C
Text Example
Text Example
White with #57458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57458C; }
p { color: rgb(87,69,140); }
H1.HeaderClassName
{
color: #57458C;
}
.AnyTagClassName
{
color: #57458C;
}
</style>
background-color css
<style>
a { background-color: #57458C; }
a { background-color: rgb(87,69,140); }
div.DivClassName
{
background-color: #57458C;
}
.BgClassName
{
background-color: #57458C;
}
</style>
border-color css
<style>
span { border-color: #57458C; }
span { border-color: rgb(87,69,140); }
td.TdClassName
{
border-color: #57458C;
}
.TagClassName
{
border-color: #57458C;
}
</style>