Shades of Gigas #57438C
Tints of Gigas #57438C
RGB
CMYK
RGB Variations
Color information
#57438C (or 0x57438C) is known color: Gigas. HEX triplet: 57, 43 and 8C. RGB value is (87,67,140). Sum of RGB (Red+Green+Blue) = 87+67+140=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #57438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57438C is #A8BC73. Grayscale: #515151. Windows color (decimal): -11058292 or 9192279. OLE color: 9192279.
HSL color Cylindrical-coordinate representation of color #57438C: hue angle of 256.44º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57438C is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 67 | 140 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.45 |
| HSL | 256.44º | 0.35% | 0.41% | - |
| HSV(B) | 256.44º | 0.52% | 0.55% | - |
| XYZ | 10.67 | 7.93 | 25.78 | - |
| YUV | 81.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 140 | 0.38 | 0.52 | 0 | 0.45 | 256.44 | 0.35 | 0.41 |
| Hex | 57 | 43 | 8C | 26 | 34 | 0 | 2D | 100 | 23 | 29 |
| Octal | 127 | 103 | 214 | 46 | 64 | 0 | 55 | 400 | 43 | 51 |
| Binary | 1010111 | 1000011 | 10001100 | 100110 | 110100 | 0 | 101101 | 100000000 | 100011 | 101001 |
Color Harmonies of #57438C
Complementary color
Monochromatic Colors of #57438C
Black with #57438C
Text Example
Text Example
White with #57438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57438C; }
p { color: rgb(87,67,140); }
H1.HeaderClassName
{
color: #57438C;
}
.AnyTagClassName
{
color: #57438C;
}
</style>
background-color css
<style>
a { background-color: #57438C; }
a { background-color: rgb(87,67,140); }
div.DivClassName
{
background-color: #57438C;
}
.BgClassName
{
background-color: #57438C;
}
</style>
border-color css
<style>
span { border-color: #57438C; }
span { border-color: rgb(87,67,140); }
td.TdClassName
{
border-color: #57438C;
}
.TagClassName
{
border-color: #57438C;
}
</style>