Shades of Gigas #544384
Tints of Gigas #544384
RGB
CMYK
RGB Variations
Color information
#544384 (or 0x544384) is known color: Gigas. HEX triplet: 54, 43 and 84. RGB value is (84,67,132). Sum of RGB (Red+Green+Blue) = 84+67+132=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #544384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544384 is #ABBC7B. Grayscale: #4F4F4F. Windows color (decimal): -11254908 or 8667988. OLE color: 8667988.
HSL color Cylindrical-coordinate representation of color #544384: hue angle of 255.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #544384 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 67 | 132 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.48 |
| HSL | 255.69º | 0.33% | 0.39% | - |
| HSV(B) | 255.69º | 0.49% | 0.52% | - |
| XYZ | 9.83 | 7.57 | 22.77 | - |
| YUV | 79.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 132 | 0.36 | 0.49 | 0 | 0.48 | 255.69 | 0.33 | 0.39 |
| Hex | 54 | 43 | 84 | 24 | 31 | 0 | 30 | 100 | 21 | 27 |
| Octal | 124 | 103 | 204 | 44 | 61 | 0 | 60 | 400 | 41 | 47 |
| Binary | 1010100 | 1000011 | 10000100 | 100100 | 110001 | 0 | 110000 | 100000000 | 100001 | 100111 |
Color Harmonies of #544384
Complementary color
Monochromatic Colors of #544384
Black with #544384
Text Example
Text Example
White with #544384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544384; }
p { color: rgb(84,67,132); }
H1.HeaderClassName
{
color: #544384;
}
.AnyTagClassName
{
color: #544384;
}
</style>
background-color css
<style>
a { background-color: #544384; }
a { background-color: rgb(84,67,132); }
div.DivClassName
{
background-color: #544384;
}
.BgClassName
{
background-color: #544384;
}
</style>
border-color css
<style>
span { border-color: #544384; }
span { border-color: rgb(84,67,132); }
td.TdClassName
{
border-color: #544384;
}
.TagClassName
{
border-color: #544384;
}
</style>