Shades of Gigas #51458B
Tints of Gigas #51458B
RGB
CMYK
RGB Variations
Color information
#51458B (or 0x51458B) is known color: Gigas. HEX triplet: 51, 45 and 8B. RGB value is (81,69,139). Sum of RGB (Red+Green+Blue) = 81+69+139=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #51458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51458B is #AEBA74. Grayscale: #505050. Windows color (decimal): -11450997 or 9127249. OLE color: 9127249.
HSL color Cylindrical-coordinate representation of color #51458B: hue angle of 250.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51458B is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 69 | 139 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.45 |
| HSL | 250.29º | 0.34% | 0.41% | - |
| HSV(B) | 250.29º | 0.5% | 0.55% | - |
| XYZ | 10.18 | 7.87 | 25.41 | - |
| YUV | 80.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 139 | 0.42 | 0.50 | 0 | 0.45 | 250.29 | 0.34 | 0.41 |
| Hex | 51 | 45 | 8B | 2A | 32 | 0 | 2D | FA | 22 | 29 |
| Octal | 121 | 105 | 213 | 52 | 62 | 0 | 55 | 372 | 42 | 51 |
| Binary | 1010001 | 1000101 | 10001011 | 101010 | 110010 | 0 | 101101 | 11111010 | 100010 | 101001 |
Color Harmonies of #51458B
Complementary color
Monochromatic Colors of #51458B
Black with #51458B
Text Example
Text Example
White with #51458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51458B; }
p { color: rgb(81,69,139); }
H1.HeaderClassName
{
color: #51458B;
}
.AnyTagClassName
{
color: #51458B;
}
</style>
background-color css
<style>
a { background-color: #51458B; }
a { background-color: rgb(81,69,139); }
div.DivClassName
{
background-color: #51458B;
}
.BgClassName
{
background-color: #51458B;
}
</style>
border-color css
<style>
span { border-color: #51458B; }
span { border-color: rgb(81,69,139); }
td.TdClassName
{
border-color: #51458B;
}
.TagClassName
{
border-color: #51458B;
}
</style>