Shades of Gigas #514189
Tints of Gigas #514189
RGB
CMYK
RGB Variations
Color information
#514189 (or 0x514189) is known color: Gigas. HEX triplet: 51, 41 and 89. RGB value is (81,65,137). Sum of RGB (Red+Green+Blue) = 81+65+137=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #514189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514189 is #AEBE76. Grayscale: #4D4D4D. Windows color (decimal): -11452023 or 8995153. OLE color: 8995153.
HSL color Cylindrical-coordinate representation of color #514189: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514189 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 65 | 137 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.46 |
| HSL | 253.33º | 0.36% | 0.4% | - |
| HSV(B) | 253.33º | 0.53% | 0.54% | - |
| XYZ | 9.8 | 7.34 | 24.57 | - |
| YUV | 77.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 137 | 0.41 | 0.53 | 0 | 0.46 | 253.33 | 0.36 | 0.4 |
| Hex | 51 | 41 | 89 | 29 | 35 | 0 | 2E | FD | 24 | 28 |
| Octal | 121 | 101 | 211 | 51 | 65 | 0 | 56 | 375 | 44 | 50 |
| Binary | 1010001 | 1000001 | 10001001 | 101001 | 110101 | 0 | 101110 | 11111101 | 100100 | 101000 |
Color Harmonies of #514189
Complementary color
Monochromatic Colors of #514189
Black with #514189
Text Example
Text Example
White with #514189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514189; }
p { color: rgb(81,65,137); }
H1.HeaderClassName
{
color: #514189;
}
.AnyTagClassName
{
color: #514189;
}
</style>
background-color css
<style>
a { background-color: #514189; }
a { background-color: rgb(81,65,137); }
div.DivClassName
{
background-color: #514189;
}
.BgClassName
{
background-color: #514189;
}
</style>
border-color css
<style>
span { border-color: #514189; }
span { border-color: rgb(81,65,137); }
td.TdClassName
{
border-color: #514189;
}
.TagClassName
{
border-color: #514189;
}
</style>