Shades of Gigas #57437C
Tints of Gigas #57437C
RGB
CMYK
RGB Variations
Color information
#57437C (or 0x57437C) is known color: Gigas. HEX triplet: 57, 43 and 7C. RGB value is (87,67,124). Sum of RGB (Red+Green+Blue) = 87+67+124=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #57437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57437C is #A8BC83. Grayscale: #4F4F4F. Windows color (decimal): -11058308 or 8143703. OLE color: 8143703.
HSL color Cylindrical-coordinate representation of color #57437C: hue angle of 261.05º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57437C is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 67 | 124 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.51 |
| HSL | 261.05º | 0.3% | 0.37% | - |
| HSV(B) | 261.05º | 0.46% | 0.49% | - |
| XYZ | 9.58 | 7.5 | 20.01 | - |
| YUV | 79.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 124 | 0.30 | 0.46 | 0 | 0.51 | 261.05 | 0.3 | 0.37 |
| Hex | 57 | 43 | 7C | 1E | 2E | 0 | 33 | 105 | 1E | 25 |
| Octal | 127 | 103 | 174 | 36 | 56 | 0 | 63 | 405 | 36 | 45 |
| Binary | 1010111 | 1000011 | 1111100 | 11110 | 101110 | 0 | 110011 | 100000101 | 11110 | 100101 |
Color Harmonies of #57437C
Complementary color
Monochromatic Colors of #57437C
Black with #57437C
Text Example
Text Example
White with #57437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57437C; }
p { color: rgb(87,67,124); }
H1.HeaderClassName
{
color: #57437C;
}
.AnyTagClassName
{
color: #57437C;
}
</style>
background-color css
<style>
a { background-color: #57437C; }
a { background-color: rgb(87,67,124); }
div.DivClassName
{
background-color: #57437C;
}
.BgClassName
{
background-color: #57437C;
}
</style>
border-color css
<style>
span { border-color: #57437C; }
span { border-color: rgb(87,67,124); }
td.TdClassName
{
border-color: #57437C;
}
.TagClassName
{
border-color: #57437C;
}
</style>