Shades of Gigas #54448D
Tints of Gigas #54448D
RGB
CMYK
RGB Variations
Color information
#54448D (or 0x54448D) is known color: Gigas. HEX triplet: 54, 44 and 8D. RGB value is (84,68,141). Sum of RGB (Red+Green+Blue) = 84+68+141=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #54448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54448D is #ABBB72. Grayscale: #505050. Windows color (decimal): -11254643 or 9258068. OLE color: 9258068.
HSL color Cylindrical-coordinate representation of color #54448D: hue angle of 253.15º degrees, saturation: 0.35, 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 #54448D is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 68 | 141 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.45 |
| HSL | 253.15º | 0.35% | 0.41% | - |
| HSV(B) | 253.15º | 0.52% | 0.55% | - |
| XYZ | 10.53 | 7.94 | 26.18 | - |
| YUV | 81.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 141 | 0.40 | 0.52 | 0 | 0.45 | 253.15 | 0.35 | 0.41 |
| Hex | 54 | 44 | 8D | 28 | 34 | 0 | 2D | FD | 23 | 29 |
| Octal | 124 | 104 | 215 | 50 | 64 | 0 | 55 | 375 | 43 | 51 |
| Binary | 1010100 | 1000100 | 10001101 | 101000 | 110100 | 0 | 101101 | 11111101 | 100011 | 101001 |
Color Harmonies of #54448D
Complementary color
Monochromatic Colors of #54448D
Black with #54448D
Text Example
Text Example
White with #54448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54448D; }
p { color: rgb(84,68,141); }
H1.HeaderClassName
{
color: #54448D;
}
.AnyTagClassName
{
color: #54448D;
}
</style>
background-color css
<style>
a { background-color: #54448D; }
a { background-color: rgb(84,68,141); }
div.DivClassName
{
background-color: #54448D;
}
.BgClassName
{
background-color: #54448D;
}
</style>
border-color css
<style>
span { border-color: #54448D; }
span { border-color: rgb(84,68,141); }
td.TdClassName
{
border-color: #54448D;
}
.TagClassName
{
border-color: #54448D;
}
</style>