Shades of Gigas #514489
Tints of Gigas #514489
RGB
CMYK
RGB Variations
Color information
#514489 (or 0x514489) is known color: Gigas. HEX triplet: 51, 44 and 89. RGB value is (81,68,137). Sum of RGB (Red+Green+Blue) = 81+68+137=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #514489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514489 is #AEBB76. Grayscale: #4F4F4F. Windows color (decimal): -11451255 or 8995921. OLE color: 8995921.
HSL color Cylindrical-coordinate representation of color #514489: hue angle of 251.3º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514489 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 68 | 137 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.46 |
| HSL | 251.3º | 0.34% | 0.4% | - |
| HSV(B) | 251.3º | 0.5% | 0.54% | - |
| XYZ | 9.98 | 7.69 | 24.63 | - |
| YUV | 79.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 137 | 0.41 | 0.50 | 0 | 0.46 | 251.3 | 0.34 | 0.4 |
| Hex | 51 | 44 | 89 | 29 | 32 | 0 | 2E | FB | 22 | 28 |
| Octal | 121 | 104 | 211 | 51 | 62 | 0 | 56 | 373 | 42 | 50 |
| Binary | 1010001 | 1000100 | 10001001 | 101001 | 110010 | 0 | 101110 | 11111011 | 100010 | 101000 |
Color Harmonies of #514489
Complementary color
Monochromatic Colors of #514489
Black with #514489
Text Example
Text Example
White with #514489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514489; }
p { color: rgb(81,68,137); }
H1.HeaderClassName
{
color: #514489;
}
.AnyTagClassName
{
color: #514489;
}
</style>
background-color css
<style>
a { background-color: #514489; }
a { background-color: rgb(81,68,137); }
div.DivClassName
{
background-color: #514489;
}
.BgClassName
{
background-color: #514489;
}
</style>
border-color css
<style>
span { border-color: #514489; }
span { border-color: rgb(81,68,137); }
td.TdClassName
{
border-color: #514489;
}
.TagClassName
{
border-color: #514489;
}
</style>