Shades of Gigas #54438F
Tints of Gigas #54438F
RGB
CMYK
RGB Variations
Color information
#54438F (or 0x54438F) is known color: Gigas. HEX triplet: 54, 43 and 8F. RGB value is (84,67,143). Sum of RGB (Red+Green+Blue) = 84+67+143=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #54438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54438F is #ABBC70. Grayscale: #505050. Windows color (decimal): -11254897 or 9388884. OLE color: 9388884.
HSL color Cylindrical-coordinate representation of color #54438F: hue angle of 253.42º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54438F is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 67 | 143 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.44 |
| HSL | 253.42º | 0.36% | 0.41% | - |
| HSV(B) | 253.42º | 0.53% | 0.56% | - |
| XYZ | 10.62 | 7.88 | 26.95 | - |
| YUV | 80.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 143 | 0.41 | 0.53 | 0 | 0.44 | 253.42 | 0.36 | 0.41 |
| Hex | 54 | 43 | 8F | 29 | 35 | 0 | 2C | FD | 24 | 29 |
| Octal | 124 | 103 | 217 | 51 | 65 | 0 | 54 | 375 | 44 | 51 |
| Binary | 1010100 | 1000011 | 10001111 | 101001 | 110101 | 0 | 101100 | 11111101 | 100100 | 101001 |
Color Harmonies of #54438F
Complementary color
Monochromatic Colors of #54438F
Black with #54438F
Text Example
Text Example
White with #54438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54438F; }
p { color: rgb(84,67,143); }
H1.HeaderClassName
{
color: #54438F;
}
.AnyTagClassName
{
color: #54438F;
}
</style>
background-color css
<style>
a { background-color: #54438F; }
a { background-color: rgb(84,67,143); }
div.DivClassName
{
background-color: #54438F;
}
.BgClassName
{
background-color: #54438F;
}
</style>
border-color css
<style>
span { border-color: #54438F; }
span { border-color: rgb(84,67,143); }
td.TdClassName
{
border-color: #54438F;
}
.TagClassName
{
border-color: #54438F;
}
</style>