Shades of Gigas #54458B
Tints of Gigas #54458B
RGB
CMYK
RGB Variations
Color information
#54458B (or 0x54458B) is known color: Gigas. HEX triplet: 54, 45 and 8B. RGB value is (84,69,139). Sum of RGB (Red+Green+Blue) = 84+69+139=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #54458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54458B is #ABBA74. Grayscale: #515151. Windows color (decimal): -11254389 or 9127252. OLE color: 9127252.
HSL color Cylindrical-coordinate representation of color #54458B: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54458B is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 69 | 139 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.45 |
| HSL | 252.86º | 0.34% | 0.41% | - |
| HSV(B) | 252.86º | 0.5% | 0.55% | - |
| XYZ | 10.44 | 8.01 | 25.42 | - |
| YUV | 81.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 139 | 0.40 | 0.50 | 0 | 0.45 | 252.86 | 0.34 | 0.41 |
| Hex | 54 | 45 | 8B | 28 | 32 | 0 | 2D | FD | 22 | 29 |
| Octal | 124 | 105 | 213 | 50 | 62 | 0 | 55 | 375 | 42 | 51 |
| Binary | 1010100 | 1000101 | 10001011 | 101000 | 110010 | 0 | 101101 | 11111101 | 100010 | 101001 |
Color Harmonies of #54458B
Complementary color
Monochromatic Colors of #54458B
Black with #54458B
Text Example
Text Example
White with #54458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54458B; }
p { color: rgb(84,69,139); }
H1.HeaderClassName
{
color: #54458B;
}
.AnyTagClassName
{
color: #54458B;
}
</style>
background-color css
<style>
a { background-color: #54458B; }
a { background-color: rgb(84,69,139); }
div.DivClassName
{
background-color: #54458B;
}
.BgClassName
{
background-color: #54458B;
}
</style>
border-color css
<style>
span { border-color: #54458B; }
span { border-color: rgb(84,69,139); }
td.TdClassName
{
border-color: #54458B;
}
.TagClassName
{
border-color: #54458B;
}
</style>