Shades of Gigas #54438D
Tints of Gigas #54438D
RGB
CMYK
RGB Variations
Color information
#54438D (or 0x54438D) is known color: Gigas. HEX triplet: 54, 43 and 8D. RGB value is (84,67,141). Sum of RGB (Red+Green+Blue) = 84+67+141=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #54438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54438D is #ABBC72. Grayscale: #505050. Windows color (decimal): -11254899 or 9257812. OLE color: 9257812.
HSL color Cylindrical-coordinate representation of color #54438D: hue angle of 253.78º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54438D is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 67 | 141 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.45 |
| HSL | 253.78º | 0.36% | 0.41% | - |
| HSV(B) | 253.78º | 0.52% | 0.55% | - |
| XYZ | 10.47 | 7.82 | 26.16 | - |
| YUV | 80.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 141 | 0.40 | 0.52 | 0 | 0.45 | 253.78 | 0.36 | 0.41 |
| Hex | 54 | 43 | 8D | 28 | 34 | 0 | 2D | FE | 24 | 29 |
| Octal | 124 | 103 | 215 | 50 | 64 | 0 | 55 | 376 | 44 | 51 |
| Binary | 1010100 | 1000011 | 10001101 | 101000 | 110100 | 0 | 101101 | 11111110 | 100100 | 101001 |
Color Harmonies of #54438D
Complementary color
Monochromatic Colors of #54438D
Black with #54438D
Text Example
Text Example
White with #54438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54438D; }
p { color: rgb(84,67,141); }
H1.HeaderClassName
{
color: #54438D;
}
.AnyTagClassName
{
color: #54438D;
}
</style>
background-color css
<style>
a { background-color: #54438D; }
a { background-color: rgb(84,67,141); }
div.DivClassName
{
background-color: #54438D;
}
.BgClassName
{
background-color: #54438D;
}
</style>
border-color css
<style>
span { border-color: #54438D; }
span { border-color: rgb(84,67,141); }
td.TdClassName
{
border-color: #54438D;
}
.TagClassName
{
border-color: #54438D;
}
</style>