Shades of Gigas #57468C
Tints of Gigas #57468C
RGB
CMYK
RGB Variations
Color information
#57468C (or 0x57468C) is known color: Gigas. HEX triplet: 57, 46 and 8C. RGB value is (87,70,140). Sum of RGB (Red+Green+Blue) = 87+70+140=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #57468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57468C is #A8B973. Grayscale: #525252. Windows color (decimal): -11057524 or 9193047. OLE color: 9193047.
HSL color Cylindrical-coordinate representation of color #57468C: hue angle of 254.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57468C is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 70 | 140 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.45 |
| HSL | 254.57º | 0.33% | 0.41% | - |
| HSV(B) | 254.57º | 0.5% | 0.55% | - |
| XYZ | 10.85 | 8.3 | 25.84 | - |
| YUV | 83.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 140 | 0.38 | 0.50 | 0 | 0.45 | 254.57 | 0.33 | 0.41 |
| Hex | 57 | 46 | 8C | 26 | 32 | 0 | 2D | FF | 21 | 29 |
| Octal | 127 | 106 | 214 | 46 | 62 | 0 | 55 | 377 | 41 | 51 |
| Binary | 1010111 | 1000110 | 10001100 | 100110 | 110010 | 0 | 101101 | 11111111 | 100001 | 101001 |
Color Harmonies of #57468C
Complementary color
Monochromatic Colors of #57468C
Black with #57468C
Text Example
Text Example
White with #57468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57468C; }
p { color: rgb(87,70,140); }
H1.HeaderClassName
{
color: #57468C;
}
.AnyTagClassName
{
color: #57468C;
}
</style>
background-color css
<style>
a { background-color: #57468C; }
a { background-color: rgb(87,70,140); }
div.DivClassName
{
background-color: #57468C;
}
.BgClassName
{
background-color: #57468C;
}
</style>
border-color css
<style>
span { border-color: #57468C; }
span { border-color: rgb(87,70,140); }
td.TdClassName
{
border-color: #57468C;
}
.TagClassName
{
border-color: #57468C;
}
</style>