Shades of Gigas #514488
Tints of Gigas #514488
RGB
CMYK
RGB Variations
Color information
#514488 (or 0x514488) is known color: Gigas. HEX triplet: 51, 44 and 88. RGB value is (81,68,136). Sum of RGB (Red+Green+Blue) = 81+68+136=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #514488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514488 is #AEBB77. Grayscale: #4F4F4F. Windows color (decimal): -11451256 or 8930385. OLE color: 8930385.
HSL color Cylindrical-coordinate representation of color #514488: hue angle of 251.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514488 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 68 | 136 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.47 |
| HSL | 251.47º | 0.33% | 0.4% | - |
| HSV(B) | 251.47º | 0.5% | 0.53% | - |
| XYZ | 9.9 | 7.66 | 24.25 | - |
| YUV | 79.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 136 | 0.40 | 0.50 | 0 | 0.47 | 251.47 | 0.33 | 0.4 |
| Hex | 51 | 44 | 88 | 28 | 32 | 0 | 2F | FB | 21 | 28 |
| Octal | 121 | 104 | 210 | 50 | 62 | 0 | 57 | 373 | 41 | 50 |
| Binary | 1010001 | 1000100 | 10001000 | 101000 | 110010 | 0 | 101111 | 11111011 | 100001 | 101000 |
Color Harmonies of #514488
Complementary color
Monochromatic Colors of #514488
Black with #514488
Text Example
Text Example
White with #514488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514488; }
p { color: rgb(81,68,136); }
H1.HeaderClassName
{
color: #514488;
}
.AnyTagClassName
{
color: #514488;
}
</style>
background-color css
<style>
a { background-color: #514488; }
a { background-color: rgb(81,68,136); }
div.DivClassName
{
background-color: #514488;
}
.BgClassName
{
background-color: #514488;
}
</style>
border-color css
<style>
span { border-color: #514488; }
span { border-color: rgb(81,68,136); }
td.TdClassName
{
border-color: #514488;
}
.TagClassName
{
border-color: #514488;
}
</style>