Shades of Gigas #554485
Tints of Gigas #554485
RGB
CMYK
RGB Variations
Color information
#554485 (or 0x554485) is known color: Gigas. HEX triplet: 55, 44 and 85. RGB value is (85,68,133). Sum of RGB (Red+Green+Blue) = 85+68+133=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #554485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554485 is #AABB7A. Grayscale: #505050. Windows color (decimal): -11189115 or 8733781. OLE color: 8733781.
HSL color Cylindrical-coordinate representation of color #554485: hue angle of 255.69º degrees, saturation: 0.32, 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 #554485 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 68 | 133 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.48 |
| HSL | 255.69º | 0.32% | 0.39% | - |
| HSV(B) | 255.69º | 0.49% | 0.52% | - |
| XYZ | 10.05 | 7.76 | 23.16 | - |
| YUV | 80.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 133 | 0.36 | 0.49 | 0 | 0.48 | 255.69 | 0.32 | 0.39 |
| Hex | 55 | 44 | 85 | 24 | 31 | 0 | 30 | 100 | 20 | 27 |
| Octal | 125 | 104 | 205 | 44 | 61 | 0 | 60 | 400 | 40 | 47 |
| Binary | 1010101 | 1000100 | 10000101 | 100100 | 110001 | 0 | 110000 | 100000000 | 100000 | 100111 |
Color Harmonies of #554485
Complementary color
Monochromatic Colors of #554485
Black with #554485
Text Example
Text Example
White with #554485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554485; }
p { color: rgb(85,68,133); }
H1.HeaderClassName
{
color: #554485;
}
.AnyTagClassName
{
color: #554485;
}
</style>
background-color css
<style>
a { background-color: #554485; }
a { background-color: rgb(85,68,133); }
div.DivClassName
{
background-color: #554485;
}
.BgClassName
{
background-color: #554485;
}
</style>
border-color css
<style>
span { border-color: #554485; }
span { border-color: rgb(85,68,133); }
td.TdClassName
{
border-color: #554485;
}
.TagClassName
{
border-color: #554485;
}
</style>