Shades of Gigas #514484
Tints of Gigas #514484
RGB
CMYK
RGB Variations
Color information
#514484 (or 0x514484) is known color: Gigas. HEX triplet: 51, 44 and 84. RGB value is (81,68,132). Sum of RGB (Red+Green+Blue) = 81+68+132=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #514484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514484 is #AEBB7B. Grayscale: #4E4E4E. Windows color (decimal): -11451260 or 8668241. OLE color: 8668241.
HSL color Cylindrical-coordinate representation of color #514484: hue angle of 252.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514484 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 68 | 132 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.48 |
| HSL | 252.19º | 0.32% | 0.39% | - |
| HSV(B) | 252.19º | 0.48% | 0.52% | - |
| XYZ | 9.63 | 7.55 | 22.78 | - |
| YUV | 79.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 132 | 0.39 | 0.48 | 0 | 0.48 | 252.19 | 0.32 | 0.39 |
| Hex | 51 | 44 | 84 | 27 | 30 | 0 | 30 | FC | 20 | 27 |
| Octal | 121 | 104 | 204 | 47 | 60 | 0 | 60 | 374 | 40 | 47 |
| Binary | 1010001 | 1000100 | 10000100 | 100111 | 110000 | 0 | 110000 | 11111100 | 100000 | 100111 |
Color Harmonies of #514484
Complementary color
Monochromatic Colors of #514484
Black with #514484
Text Example
Text Example
White with #514484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514484; }
p { color: rgb(81,68,132); }
H1.HeaderClassName
{
color: #514484;
}
.AnyTagClassName
{
color: #514484;
}
</style>
background-color css
<style>
a { background-color: #514484; }
a { background-color: rgb(81,68,132); }
div.DivClassName
{
background-color: #514484;
}
.BgClassName
{
background-color: #514484;
}
</style>
border-color css
<style>
span { border-color: #514484; }
span { border-color: rgb(81,68,132); }
td.TdClassName
{
border-color: #514484;
}
.TagClassName
{
border-color: #514484;
}
</style>