Shades of Gigas #54458D
Tints of Gigas #54458D
RGB
CMYK
RGB Variations
Color information
#54458D (or 0x54458D) is known color: Gigas. HEX triplet: 54, 45 and 8D. RGB value is (84,69,141). Sum of RGB (Red+Green+Blue) = 84+69+141=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #54458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54458D is #ABBA72. Grayscale: #515151. Windows color (decimal): -11254387 or 9258324. OLE color: 9258324.
HSL color Cylindrical-coordinate representation of color #54458D: hue angle of 252.5º 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 #54458D is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 69 | 141 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.45 |
| HSL | 252.5º | 0.34% | 0.41% | - |
| HSV(B) | 252.5º | 0.51% | 0.55% | - |
| XYZ | 10.59 | 8.06 | 26.2 | - |
| YUV | 81.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 141 | 0.40 | 0.51 | 0 | 0.45 | 252.5 | 0.34 | 0.41 |
| Hex | 54 | 45 | 8D | 28 | 33 | 0 | 2D | FD | 22 | 29 |
| Octal | 124 | 105 | 215 | 50 | 63 | 0 | 55 | 375 | 42 | 51 |
| Binary | 1010100 | 1000101 | 10001101 | 101000 | 110011 | 0 | 101101 | 11111101 | 100010 | 101001 |
Color Harmonies of #54458D
Complementary color
Monochromatic Colors of #54458D
Black with #54458D
Text Example
Text Example
White with #54458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54458D; }
p { color: rgb(84,69,141); }
H1.HeaderClassName
{
color: #54458D;
}
.AnyTagClassName
{
color: #54458D;
}
</style>
background-color css
<style>
a { background-color: #54458D; }
a { background-color: rgb(84,69,141); }
div.DivClassName
{
background-color: #54458D;
}
.BgClassName
{
background-color: #54458D;
}
</style>
border-color css
<style>
span { border-color: #54458D; }
span { border-color: rgb(84,69,141); }
td.TdClassName
{
border-color: #54458D;
}
.TagClassName
{
border-color: #54458D;
}
</style>