Shades of Gigas #54447C
Tints of Gigas #54447C
RGB
CMYK
RGB Variations
Color information
#54447C (or 0x54447C) is known color: Gigas. HEX triplet: 54, 44 and 7C. RGB value is (84,68,124). Sum of RGB (Red+Green+Blue) = 84+68+124=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #54447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54447C is #ABBB83. Grayscale: #4E4E4E. Windows color (decimal): -11254660 or 8143956. OLE color: 8143956.
HSL color Cylindrical-coordinate representation of color #54447C: hue angle of 257.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54447C is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 68 | 124 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.51 |
| HSL | 257.14º | 0.29% | 0.38% | - |
| HSV(B) | 257.14º | 0.45% | 0.49% | - |
| XYZ | 9.36 | 7.47 | 20.02 | - |
| YUV | 79.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 124 | 0.32 | 0.45 | 0 | 0.51 | 257.14 | 0.29 | 0.38 |
| Hex | 54 | 44 | 7C | 20 | 2D | 0 | 33 | 101 | 1D | 26 |
| Octal | 124 | 104 | 174 | 40 | 55 | 0 | 63 | 401 | 35 | 46 |
| Binary | 1010100 | 1000100 | 1111100 | 100000 | 101101 | 0 | 110011 | 100000001 | 11101 | 100110 |
Color Harmonies of #54447C
Complementary color
Monochromatic Colors of #54447C
Black with #54447C
Text Example
Text Example
White with #54447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54447C; }
p { color: rgb(84,68,124); }
H1.HeaderClassName
{
color: #54447C;
}
.AnyTagClassName
{
color: #54447C;
}
</style>
background-color css
<style>
a { background-color: #54447C; }
a { background-color: rgb(84,68,124); }
div.DivClassName
{
background-color: #54447C;
}
.BgClassName
{
background-color: #54447C;
}
</style>
border-color css
<style>
span { border-color: #54447C; }
span { border-color: rgb(84,68,124); }
td.TdClassName
{
border-color: #54447C;
}
.TagClassName
{
border-color: #54447C;
}
</style>