Shades of Gigas #514188
Tints of Gigas #514188
RGB
CMYK
RGB Variations
Color information
#514188 (or 0x514188) is known color: Gigas. HEX triplet: 51, 41 and 88. RGB value is (81,65,136). Sum of RGB (Red+Green+Blue) = 81+65+136=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #514188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514188 is #AEBE77. Grayscale: #4D4D4D. Windows color (decimal): -11452024 or 8929617. OLE color: 8929617.
HSL color Cylindrical-coordinate representation of color #514188: hue angle of 253.52º 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 #514188 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 65 | 136 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.47 |
| HSL | 253.52º | 0.35% | 0.39% | - |
| HSV(B) | 253.52º | 0.52% | 0.53% | - |
| XYZ | 9.73 | 7.31 | 24.19 | - |
| YUV | 77.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 136 | 0.40 | 0.52 | 0 | 0.47 | 253.52 | 0.35 | 0.39 |
| Hex | 51 | 41 | 88 | 28 | 34 | 0 | 2F | FE | 23 | 27 |
| Octal | 121 | 101 | 210 | 50 | 64 | 0 | 57 | 376 | 43 | 47 |
| Binary | 1010001 | 1000001 | 10001000 | 101000 | 110100 | 0 | 101111 | 11111110 | 100011 | 100111 |
Color Harmonies of #514188
Complementary color
Monochromatic Colors of #514188
Black with #514188
Text Example
Text Example
White with #514188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514188; }
p { color: rgb(81,65,136); }
H1.HeaderClassName
{
color: #514188;
}
.AnyTagClassName
{
color: #514188;
}
</style>
background-color css
<style>
a { background-color: #514188; }
a { background-color: rgb(81,65,136); }
div.DivClassName
{
background-color: #514188;
}
.BgClassName
{
background-color: #514188;
}
</style>
border-color css
<style>
span { border-color: #514188; }
span { border-color: rgb(81,65,136); }
td.TdClassName
{
border-color: #514188;
}
.TagClassName
{
border-color: #514188;
}
</style>