Shades of Gigas #514385
Tints of Gigas #514385
RGB
CMYK
RGB Variations
Color information
#514385 (or 0x514385) is known color: Gigas. HEX triplet: 51, 43 and 85. RGB value is (81,67,133). Sum of RGB (Red+Green+Blue) = 81+67+133=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #514385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514385 is #AEBC7A. Grayscale: #4E4E4E. Windows color (decimal): -11451515 or 8733521. OLE color: 8733521.
HSL color Cylindrical-coordinate representation of color #514385: hue angle of 252.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514385 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 67 | 133 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.48 |
| HSL | 252.73º | 0.33% | 0.39% | - |
| HSV(B) | 252.73º | 0.5% | 0.52% | - |
| XYZ | 9.63 | 7.46 | 23.12 | - |
| YUV | 78.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 133 | 0.39 | 0.50 | 0 | 0.48 | 252.73 | 0.33 | 0.39 |
| Hex | 51 | 43 | 85 | 27 | 32 | 0 | 30 | FD | 21 | 27 |
| Octal | 121 | 103 | 205 | 47 | 62 | 0 | 60 | 375 | 41 | 47 |
| Binary | 1010001 | 1000011 | 10000101 | 100111 | 110010 | 0 | 110000 | 11111101 | 100001 | 100111 |
Color Harmonies of #514385
Complementary color
Monochromatic Colors of #514385
Black with #514385
Text Example
Text Example
White with #514385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514385; }
p { color: rgb(81,67,133); }
H1.HeaderClassName
{
color: #514385;
}
.AnyTagClassName
{
color: #514385;
}
</style>
background-color css
<style>
a { background-color: #514385; }
a { background-color: rgb(81,67,133); }
div.DivClassName
{
background-color: #514385;
}
.BgClassName
{
background-color: #514385;
}
</style>
border-color css
<style>
span { border-color: #514385; }
span { border-color: rgb(81,67,133); }
td.TdClassName
{
border-color: #514385;
}
.TagClassName
{
border-color: #514385;
}
</style>