Shades of Gigas #514388
Tints of Gigas #514388
RGB
CMYK
RGB Variations
Color information
#514388 (or 0x514388) is known color: Gigas. HEX triplet: 51, 43 and 88. RGB value is (81,67,136). Sum of RGB (Red+Green+Blue) = 81+67+136=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #514388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514388 is #AEBC77. Grayscale: #4E4E4E. Windows color (decimal): -11451512 or 8930129. OLE color: 8930129.
HSL color Cylindrical-coordinate representation of color #514388: hue angle of 252.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514388 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 67 | 136 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.47 |
| HSL | 252.17º | 0.34% | 0.4% | - |
| HSV(B) | 252.17º | 0.51% | 0.53% | - |
| XYZ | 9.84 | 7.54 | 24.23 | - |
| YUV | 79.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 136 | 0.40 | 0.51 | 0 | 0.47 | 252.17 | 0.34 | 0.4 |
| Hex | 51 | 43 | 88 | 28 | 33 | 0 | 2F | FC | 22 | 28 |
| Octal | 121 | 103 | 210 | 50 | 63 | 0 | 57 | 374 | 42 | 50 |
| Binary | 1010001 | 1000011 | 10001000 | 101000 | 110011 | 0 | 101111 | 11111100 | 100010 | 101000 |
Color Harmonies of #514388
Complementary color
Monochromatic Colors of #514388
Black with #514388
Text Example
Text Example
White with #514388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514388; }
p { color: rgb(81,67,136); }
H1.HeaderClassName
{
color: #514388;
}
.AnyTagClassName
{
color: #514388;
}
</style>
background-color css
<style>
a { background-color: #514388; }
a { background-color: rgb(81,67,136); }
div.DivClassName
{
background-color: #514388;
}
.BgClassName
{
background-color: #514388;
}
</style>
border-color css
<style>
span { border-color: #514388; }
span { border-color: rgb(81,67,136); }
td.TdClassName
{
border-color: #514388;
}
.TagClassName
{
border-color: #514388;
}
</style>