Shades of Gigas #544285
Tints of Gigas #544285
RGB
CMYK
RGB Variations
Color information
#544285 (or 0x544285) is known color: Gigas. HEX triplet: 54, 42 and 85. RGB value is (84,66,133). Sum of RGB (Red+Green+Blue) = 84+66+133=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #544285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544285 is #ABBD7A. Grayscale: #4E4E4E. Windows color (decimal): -11255163 or 8733268. OLE color: 8733268.
HSL color Cylindrical-coordinate representation of color #544285: hue angle of 256.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544285 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 66 | 133 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.48 |
| HSL | 256.12º | 0.34% | 0.39% | - |
| HSV(B) | 256.12º | 0.5% | 0.52% | - |
| XYZ | 9.84 | 7.47 | 23.11 | - |
| YUV | 79.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 133 | 0.37 | 0.50 | 0 | 0.48 | 256.12 | 0.34 | 0.39 |
| Hex | 54 | 42 | 85 | 25 | 32 | 0 | 30 | 100 | 22 | 27 |
| Octal | 124 | 102 | 205 | 45 | 62 | 0 | 60 | 400 | 42 | 47 |
| Binary | 1010100 | 1000010 | 10000101 | 100101 | 110010 | 0 | 110000 | 100000000 | 100010 | 100111 |
Color Harmonies of #544285
Complementary color
Monochromatic Colors of #544285
Black with #544285
Text Example
Text Example
White with #544285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544285; }
p { color: rgb(84,66,133); }
H1.HeaderClassName
{
color: #544285;
}
.AnyTagClassName
{
color: #544285;
}
</style>
background-color css
<style>
a { background-color: #544285; }
a { background-color: rgb(84,66,133); }
div.DivClassName
{
background-color: #544285;
}
.BgClassName
{
background-color: #544285;
}
</style>
border-color css
<style>
span { border-color: #544285; }
span { border-color: rgb(84,66,133); }
td.TdClassName
{
border-color: #544285;
}
.TagClassName
{
border-color: #544285;
}
</style>