Shades of Gigas #51458C
Tints of Gigas #51458C
RGB
CMYK
RGB Variations
Color information
#51458C (or 0x51458C) is known color: Gigas. HEX triplet: 51, 45 and 8C. RGB value is (81,69,140). Sum of RGB (Red+Green+Blue) = 81+69+140=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #51458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51458C is #AEBA73. Grayscale: #505050. Windows color (decimal): -11450996 or 9192785. OLE color: 9192785.
HSL color Cylindrical-coordinate representation of color #51458C: hue angle of 250.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51458C is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 69 | 140 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.45 |
| HSL | 250.14º | 0.34% | 0.41% | - |
| HSV(B) | 250.14º | 0.51% | 0.55% | - |
| XYZ | 10.26 | 7.9 | 25.8 | - |
| YUV | 80.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 140 | 0.42 | 0.51 | 0 | 0.45 | 250.14 | 0.34 | 0.41 |
| Hex | 51 | 45 | 8C | 2A | 33 | 0 | 2D | FA | 22 | 29 |
| Octal | 121 | 105 | 214 | 52 | 63 | 0 | 55 | 372 | 42 | 51 |
| Binary | 1010001 | 1000101 | 10001100 | 101010 | 110011 | 0 | 101101 | 11111010 | 100010 | 101001 |
Color Harmonies of #51458C
Complementary color
Monochromatic Colors of #51458C
Black with #51458C
Text Example
Text Example
White with #51458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51458C; }
p { color: rgb(81,69,140); }
H1.HeaderClassName
{
color: #51458C;
}
.AnyTagClassName
{
color: #51458C;
}
</style>
background-color css
<style>
a { background-color: #51458C; }
a { background-color: rgb(81,69,140); }
div.DivClassName
{
background-color: #51458C;
}
.BgClassName
{
background-color: #51458C;
}
</style>
border-color css
<style>
span { border-color: #51458C; }
span { border-color: rgb(81,69,140); }
td.TdClassName
{
border-color: #51458C;
}
.TagClassName
{
border-color: #51458C;
}
</style>