Shades of Gigas #514183
Tints of Gigas #514183
RGB
CMYK
RGB Variations
Color information
#514183 (or 0x514183) is known color: Gigas. HEX triplet: 51, 41 and 83. RGB value is (81,65,131). Sum of RGB (Red+Green+Blue) = 81+65+131=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #514183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514183 is #AEBE7C. Grayscale: #4D4D4D. Windows color (decimal): -11452029 or 8601937. OLE color: 8601937.
HSL color Cylindrical-coordinate representation of color #514183: hue angle of 254.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514183 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 65 | 131 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.49 |
| HSL | 254.55º | 0.34% | 0.38% | - |
| HSV(B) | 254.55º | 0.5% | 0.51% | - |
| XYZ | 9.38 | 7.17 | 22.36 | - |
| YUV | 77.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 131 | 0.38 | 0.50 | 0 | 0.49 | 254.55 | 0.34 | 0.38 |
| Hex | 51 | 41 | 83 | 26 | 32 | 0 | 31 | FF | 22 | 26 |
| Octal | 121 | 101 | 203 | 46 | 62 | 0 | 61 | 377 | 42 | 46 |
| Binary | 1010001 | 1000001 | 10000011 | 100110 | 110010 | 0 | 110001 | 11111111 | 100010 | 100110 |
Color Harmonies of #514183
Complementary color
Monochromatic Colors of #514183
Black with #514183
Text Example
Text Example
White with #514183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514183; }
p { color: rgb(81,65,131); }
H1.HeaderClassName
{
color: #514183;
}
.AnyTagClassName
{
color: #514183;
}
</style>
background-color css
<style>
a { background-color: #514183; }
a { background-color: rgb(81,65,131); }
div.DivClassName
{
background-color: #514183;
}
.BgClassName
{
background-color: #514183;
}
</style>
border-color css
<style>
span { border-color: #514183; }
span { border-color: rgb(81,65,131); }
td.TdClassName
{
border-color: #514183;
}
.TagClassName
{
border-color: #514183;
}
</style>