Shades of Gigas #504187
Tints of Gigas #504187
RGB
CMYK
RGB Variations
Color information
#504187 (or 0x504187) is known color: Gigas. HEX triplet: 50, 41 and 87. RGB value is (80,65,135). Sum of RGB (Red+Green+Blue) = 80+65+135=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #504187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504187 is #AFBE78. Grayscale: #4D4D4D. Windows color (decimal): -11517561 or 8864080. OLE color: 8864080.
HSL color Cylindrical-coordinate representation of color #504187: hue angle of 252.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504187 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 65 | 135 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.47 |
| HSL | 252.86º | 0.35% | 0.39% | - |
| HSV(B) | 252.86º | 0.52% | 0.53% | - |
| XYZ | 9.57 | 7.24 | 23.81 | - |
| YUV | 77.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 135 | 0.41 | 0.52 | 0 | 0.47 | 252.86 | 0.35 | 0.39 |
| Hex | 50 | 41 | 87 | 29 | 34 | 0 | 2F | FD | 23 | 27 |
| Octal | 120 | 101 | 207 | 51 | 64 | 0 | 57 | 375 | 43 | 47 |
| Binary | 1010000 | 1000001 | 10000111 | 101001 | 110100 | 0 | 101111 | 11111101 | 100011 | 100111 |
Color Harmonies of #504187
Complementary color
Monochromatic Colors of #504187
Black with #504187
Text Example
Text Example
White with #504187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504187; }
p { color: rgb(80,65,135); }
H1.HeaderClassName
{
color: #504187;
}
.AnyTagClassName
{
color: #504187;
}
</style>
background-color css
<style>
a { background-color: #504187; }
a { background-color: rgb(80,65,135); }
div.DivClassName
{
background-color: #504187;
}
.BgClassName
{
background-color: #504187;
}
</style>
border-color css
<style>
span { border-color: #504187; }
span { border-color: rgb(80,65,135); }
td.TdClassName
{
border-color: #504187;
}
.TagClassName
{
border-color: #504187;
}
</style>