Shades of Gigas #554084
Tints of Gigas #554084
RGB
CMYK
RGB Variations
Color information
#554084 (or 0x554084) is known color: Gigas. HEX triplet: 55, 40 and 84. RGB value is (85,64,132). Sum of RGB (Red+Green+Blue) = 85+64+132=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #554084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554084 is #AABF7B. Grayscale: #4D4D4D. Windows color (decimal): -11190140 or 8667221. OLE color: 8667221.
HSL color Cylindrical-coordinate representation of color #554084: hue angle of 258.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554084 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 64 | 132 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.48 |
| HSL | 258.53º | 0.35% | 0.38% | - |
| HSV(B) | 258.53º | 0.52% | 0.52% | - |
| XYZ | 9.74 | 7.26 | 22.72 | - |
| YUV | 78.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 132 | 0.36 | 0.52 | 0 | 0.48 | 258.53 | 0.35 | 0.38 |
| Hex | 55 | 40 | 84 | 24 | 34 | 0 | 30 | 103 | 23 | 26 |
| Octal | 125 | 100 | 204 | 44 | 64 | 0 | 60 | 403 | 43 | 46 |
| Binary | 1010101 | 1000000 | 10000100 | 100100 | 110100 | 0 | 110000 | 100000011 | 100011 | 100110 |
Color Harmonies of #554084
Complementary color
Monochromatic Colors of #554084
Black with #554084
Text Example
Text Example
White with #554084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554084; }
p { color: rgb(85,64,132); }
H1.HeaderClassName
{
color: #554084;
}
.AnyTagClassName
{
color: #554084;
}
</style>
background-color css
<style>
a { background-color: #554084; }
a { background-color: rgb(85,64,132); }
div.DivClassName
{
background-color: #554084;
}
.BgClassName
{
background-color: #554084;
}
</style>
border-color css
<style>
span { border-color: #554084; }
span { border-color: rgb(85,64,132); }
td.TdClassName
{
border-color: #554084;
}
.TagClassName
{
border-color: #554084;
}
</style>