Shades of Gigas #514383
Tints of Gigas #514383
RGB
CMYK
RGB Variations
Color information
#514383 (or 0x514383) is known color: Gigas. HEX triplet: 51, 43 and 83. RGB value is (81,67,131). Sum of RGB (Red+Green+Blue) = 81+67+131=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #514383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514383 is #AEBC7C. Grayscale: #4E4E4E. Windows color (decimal): -11451517 or 8602449. OLE color: 8602449.
HSL color Cylindrical-coordinate representation of color #514383: hue angle of 253.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514383 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 67 | 131 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.49 |
| HSL | 253.13º | 0.32% | 0.39% | - |
| HSV(B) | 253.13º | 0.49% | 0.51% | - |
| XYZ | 9.5 | 7.4 | 22.4 | - |
| YUV | 78.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 131 | 0.38 | 0.49 | 0 | 0.49 | 253.13 | 0.32 | 0.39 |
| Hex | 51 | 43 | 83 | 26 | 31 | 0 | 31 | FD | 20 | 27 |
| Octal | 121 | 103 | 203 | 46 | 61 | 0 | 61 | 375 | 40 | 47 |
| Binary | 1010001 | 1000011 | 10000011 | 100110 | 110001 | 0 | 110001 | 11111101 | 100000 | 100111 |
Color Harmonies of #514383
Complementary color
Monochromatic Colors of #514383
Black with #514383
Text Example
Text Example
White with #514383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514383; }
p { color: rgb(81,67,131); }
H1.HeaderClassName
{
color: #514383;
}
.AnyTagClassName
{
color: #514383;
}
</style>
background-color css
<style>
a { background-color: #514383; }
a { background-color: rgb(81,67,131); }
div.DivClassName
{
background-color: #514383;
}
.BgClassName
{
background-color: #514383;
}
</style>
border-color css
<style>
span { border-color: #514383; }
span { border-color: rgb(81,67,131); }
td.TdClassName
{
border-color: #514383;
}
.TagClassName
{
border-color: #514383;
}
</style>