Shades of Gigas #54418C
Tints of Gigas #54418C
RGB
CMYK
RGB Variations
Color information
#54418C (or 0x54418C) is known color: Gigas. HEX triplet: 54, 41 and 8C. RGB value is (84,65,140). Sum of RGB (Red+Green+Blue) = 84+65+140=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #54418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54418C is #ABBE73. Grayscale: #4E4E4E. Windows color (decimal): -11255412 or 9191764. OLE color: 9191764.
HSL color Cylindrical-coordinate representation of color #54418C: hue angle of 255.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54418C is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 65 | 140 | - |
| CMYK | 0.4 | 0.54 | 0 | 0.45 |
| HSL | 255.2º | 0.37% | 0.4% | - |
| HSV(B) | 255.2º | 0.54% | 0.55% | - |
| XYZ | 10.28 | 7.56 | 25.73 | - |
| YUV | 79.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 140 | 0.4 | 0.54 | 0 | 0.45 | 255.2 | 0.37 | 0.4 |
| Hex | 54 | 41 | 8C | 28 | 36 | 0 | 2D | FF | 25 | 28 |
| Octal | 124 | 101 | 214 | 50 | 66 | 0 | 55 | 377 | 45 | 50 |
| Binary | 1010100 | 1000001 | 10001100 | 101000 | 110110 | 0 | 101101 | 11111111 | 100101 | 101000 |
Color Harmonies of #54418C
Complementary color
Monochromatic Colors of #54418C
Black with #54418C
Text Example
Text Example
White with #54418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54418C; }
p { color: rgb(84,65,140); }
H1.HeaderClassName
{
color: #54418C;
}
.AnyTagClassName
{
color: #54418C;
}
</style>
background-color css
<style>
a { background-color: #54418C; }
a { background-color: rgb(84,65,140); }
div.DivClassName
{
background-color: #54418C;
}
.BgClassName
{
background-color: #54418C;
}
</style>
border-color css
<style>
span { border-color: #54418C; }
span { border-color: rgb(84,65,140); }
td.TdClassName
{
border-color: #54418C;
}
.TagClassName
{
border-color: #54418C;
}
</style>