Shades of Gigas #554388
Tints of Gigas #554388
RGB
CMYK
RGB Variations
Color information
#554388 (or 0x554388) is known color: Gigas. HEX triplet: 55, 43 and 88. RGB value is (85,67,136). Sum of RGB (Red+Green+Blue) = 85+67+136=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #554388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554388 is #AABC77. Grayscale: #4F4F4F. Windows color (decimal): -11189368 or 8930133. OLE color: 8930133.
HSL color Cylindrical-coordinate representation of color #554388: hue angle of 255.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #554388 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 67 | 136 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.47 |
| HSL | 255.65º | 0.34% | 0.4% | - |
| HSV(B) | 255.65º | 0.51% | 0.53% | - |
| XYZ | 10.2 | 7.72 | 24.25 | - |
| YUV | 80.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 136 | 0.38 | 0.51 | 0 | 0.47 | 255.65 | 0.34 | 0.4 |
| Hex | 55 | 43 | 88 | 26 | 33 | 0 | 2F | 100 | 22 | 28 |
| Octal | 125 | 103 | 210 | 46 | 63 | 0 | 57 | 400 | 42 | 50 |
| Binary | 1010101 | 1000011 | 10001000 | 100110 | 110011 | 0 | 101111 | 100000000 | 100010 | 101000 |
Color Harmonies of #554388
Complementary color
Monochromatic Colors of #554388
Black with #554388
Text Example
Text Example
White with #554388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554388; }
p { color: rgb(85,67,136); }
H1.HeaderClassName
{
color: #554388;
}
.AnyTagClassName
{
color: #554388;
}
</style>
background-color css
<style>
a { background-color: #554388; }
a { background-color: rgb(85,67,136); }
div.DivClassName
{
background-color: #554388;
}
.BgClassName
{
background-color: #554388;
}
</style>
border-color css
<style>
span { border-color: #554388; }
span { border-color: rgb(85,67,136); }
td.TdClassName
{
border-color: #554388;
}
.TagClassName
{
border-color: #554388;
}
</style>