Shades of Gigas #514187
Tints of Gigas #514187
RGB
CMYK
RGB Variations
Color information
#514187 (or 0x514187) is known color: Gigas. HEX triplet: 51, 41 and 87. RGB value is (81,65,135). Sum of RGB (Red+Green+Blue) = 81+65+135=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #514187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514187 is #AEBE78. Grayscale: #4D4D4D. Windows color (decimal): -11452025 or 8864081. OLE color: 8864081.
HSL color Cylindrical-coordinate representation of color #514187: hue angle of 253.71º 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 #514187 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 65 | 135 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.47 |
| HSL | 253.71º | 0.35% | 0.39% | - |
| HSV(B) | 253.71º | 0.52% | 0.53% | - |
| XYZ | 9.66 | 7.28 | 23.82 | - |
| YUV | 77.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 135 | 0.40 | 0.52 | 0 | 0.47 | 253.71 | 0.35 | 0.39 |
| Hex | 51 | 41 | 87 | 28 | 34 | 0 | 2F | FE | 23 | 27 |
| Octal | 121 | 101 | 207 | 50 | 64 | 0 | 57 | 376 | 43 | 47 |
| Binary | 1010001 | 1000001 | 10000111 | 101000 | 110100 | 0 | 101111 | 11111110 | 100011 | 100111 |
Color Harmonies of #514187
Complementary color
Monochromatic Colors of #514187
Black with #514187
Text Example
Text Example
White with #514187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514187; }
p { color: rgb(81,65,135); }
H1.HeaderClassName
{
color: #514187;
}
.AnyTagClassName
{
color: #514187;
}
</style>
background-color css
<style>
a { background-color: #514187; }
a { background-color: rgb(81,65,135); }
div.DivClassName
{
background-color: #514187;
}
.BgClassName
{
background-color: #514187;
}
</style>
border-color css
<style>
span { border-color: #514187; }
span { border-color: rgb(81,65,135); }
td.TdClassName
{
border-color: #514187;
}
.TagClassName
{
border-color: #514187;
}
</style>