Shades of Gigas #514184
Tints of Gigas #514184
RGB
CMYK
RGB Variations
Color information
#514184 (or 0x514184) is known color: Gigas. HEX triplet: 51, 41 and 84. RGB value is (81,65,132). Sum of RGB (Red+Green+Blue) = 81+65+132=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #514184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514184 is #AEBE7B. Grayscale: #4D4D4D. Windows color (decimal): -11452028 or 8667473. OLE color: 8667473.
HSL color Cylindrical-coordinate representation of color #514184: hue angle of 254.33º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514184 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 65 | 132 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.48 |
| HSL | 254.33º | 0.34% | 0.39% | - |
| HSV(B) | 254.33º | 0.51% | 0.52% | - |
| XYZ | 9.45 | 7.2 | 22.72 | - |
| YUV | 77.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 132 | 0.39 | 0.51 | 0 | 0.48 | 254.33 | 0.34 | 0.39 |
| Hex | 51 | 41 | 84 | 27 | 33 | 0 | 30 | FE | 22 | 27 |
| Octal | 121 | 101 | 204 | 47 | 63 | 0 | 60 | 376 | 42 | 47 |
| Binary | 1010001 | 1000001 | 10000100 | 100111 | 110011 | 0 | 110000 | 11111110 | 100010 | 100111 |
Color Harmonies of #514184
Complementary color
Monochromatic Colors of #514184
Black with #514184
Text Example
Text Example
White with #514184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514184; }
p { color: rgb(81,65,132); }
H1.HeaderClassName
{
color: #514184;
}
.AnyTagClassName
{
color: #514184;
}
</style>
background-color css
<style>
a { background-color: #514184; }
a { background-color: rgb(81,65,132); }
div.DivClassName
{
background-color: #514184;
}
.BgClassName
{
background-color: #514184;
}
</style>
border-color css
<style>
span { border-color: #514184; }
span { border-color: rgb(81,65,132); }
td.TdClassName
{
border-color: #514184;
}
.TagClassName
{
border-color: #514184;
}
</style>