Shades of Gigas #54417A
Tints of Gigas #54417A
RGB
CMYK
RGB Variations
Color information
#54417A (or 0x54417A) is known color: Gigas. HEX triplet: 54, 41 and 7A. RGB value is (84,65,122). Sum of RGB (Red+Green+Blue) = 84+65+122=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #54417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54417A is #ABBE85. Grayscale: #4C4C4C. Windows color (decimal): -11255430 or 8012116. OLE color: 8012116.
HSL color Cylindrical-coordinate representation of color #54417A: hue angle of 260º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54417A is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 65 | 122 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.52 |
| HSL | 260º | 0.3% | 0.37% | - |
| HSV(B) | 260º | 0.47% | 0.48% | - |
| XYZ | 9.06 | 7.07 | 19.3 | - |
| YUV | 77.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 122 | 0.31 | 0.47 | 0 | 0.52 | 260 | 0.3 | 0.37 |
| Hex | 54 | 41 | 7A | 1F | 2F | 0 | 34 | 104 | 1E | 25 |
| Octal | 124 | 101 | 172 | 37 | 57 | 0 | 64 | 404 | 36 | 45 |
| Binary | 1010100 | 1000001 | 1111010 | 11111 | 101111 | 0 | 110100 | 100000100 | 11110 | 100101 |
Color Harmonies of #54417A
Complementary color
Monochromatic Colors of #54417A
Black with #54417A
Text Example
Text Example
White with #54417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54417A; }
p { color: rgb(84,65,122); }
H1.HeaderClassName
{
color: #54417A;
}
.AnyTagClassName
{
color: #54417A;
}
</style>
background-color css
<style>
a { background-color: #54417A; }
a { background-color: rgb(84,65,122); }
div.DivClassName
{
background-color: #54417A;
}
.BgClassName
{
background-color: #54417A;
}
</style>
border-color css
<style>
span { border-color: #54417A; }
span { border-color: rgb(84,65,122); }
td.TdClassName
{
border-color: #54417A;
}
.TagClassName
{
border-color: #54417A;
}
</style>