Shades of Gigas #54417D
Tints of Gigas #54417D
RGB
CMYK
RGB Variations
Color information
#54417D (or 0x54417D) is known color: Gigas. HEX triplet: 54, 41 and 7D. RGB value is (84,65,125). Sum of RGB (Red+Green+Blue) = 84+65+125=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #54417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54417D is #ABBE82. Grayscale: #4D4D4D. Windows color (decimal): -11255427 or 8208724. OLE color: 8208724.
HSL color Cylindrical-coordinate representation of color #54417D: hue angle of 259º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54417D is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 65 | 125 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.51 |
| HSL | 259º | 0.32% | 0.37% | - |
| HSV(B) | 259º | 0.48% | 0.49% | - |
| XYZ | 9.25 | 7.15 | 20.29 | - |
| YUV | 77.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 125 | 0.33 | 0.48 | 0 | 0.51 | 259 | 0.32 | 0.37 |
| Hex | 54 | 41 | 7D | 21 | 30 | 0 | 33 | 103 | 20 | 25 |
| Octal | 124 | 101 | 175 | 41 | 60 | 0 | 63 | 403 | 40 | 45 |
| Binary | 1010100 | 1000001 | 1111101 | 100001 | 110000 | 0 | 110011 | 100000011 | 100000 | 100101 |
Color Harmonies of #54417D
Complementary color
Monochromatic Colors of #54417D
Black with #54417D
Text Example
Text Example
White with #54417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54417D; }
p { color: rgb(84,65,125); }
H1.HeaderClassName
{
color: #54417D;
}
.AnyTagClassName
{
color: #54417D;
}
</style>
background-color css
<style>
a { background-color: #54417D; }
a { background-color: rgb(84,65,125); }
div.DivClassName
{
background-color: #54417D;
}
.BgClassName
{
background-color: #54417D;
}
</style>
border-color css
<style>
span { border-color: #54417D; }
span { border-color: rgb(84,65,125); }
td.TdClassName
{
border-color: #54417D;
}
.TagClassName
{
border-color: #54417D;
}
</style>