Shades of Gigas #54448F
Tints of Gigas #54448F
RGB
CMYK
RGB Variations
Color information
#54448F (or 0x54448F) is known color: Gigas. HEX triplet: 54, 44 and 8F. RGB value is (84,68,143). Sum of RGB (Red+Green+Blue) = 84+68+143=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #54448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54448F is #ABBB70. Grayscale: #515151. Windows color (decimal): -11254641 or 9389140. OLE color: 9389140.
HSL color Cylindrical-coordinate representation of color #54448F: hue angle of 252.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54448F is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 68 | 143 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.44 |
| HSL | 252.8º | 0.36% | 0.41% | - |
| HSV(B) | 252.8º | 0.52% | 0.56% | - |
| XYZ | 10.68 | 8 | 26.97 | - |
| YUV | 81.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 143 | 0.41 | 0.52 | 0 | 0.44 | 252.8 | 0.36 | 0.41 |
| Hex | 54 | 44 | 8F | 29 | 34 | 0 | 2C | FD | 24 | 29 |
| Octal | 124 | 104 | 217 | 51 | 64 | 0 | 54 | 375 | 44 | 51 |
| Binary | 1010100 | 1000100 | 10001111 | 101001 | 110100 | 0 | 101100 | 11111101 | 100100 | 101001 |
Color Harmonies of #54448F
Complementary color
Monochromatic Colors of #54448F
Black with #54448F
Text Example
Text Example
White with #54448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54448F; }
p { color: rgb(84,68,143); }
H1.HeaderClassName
{
color: #54448F;
}
.AnyTagClassName
{
color: #54448F;
}
</style>
background-color css
<style>
a { background-color: #54448F; }
a { background-color: rgb(84,68,143); }
div.DivClassName
{
background-color: #54448F;
}
.BgClassName
{
background-color: #54448F;
}
</style>
border-color css
<style>
span { border-color: #54448F; }
span { border-color: rgb(84,68,143); }
td.TdClassName
{
border-color: #54448F;
}
.TagClassName
{
border-color: #54448F;
}
</style>