Shades of Gigas #554288
Tints of Gigas #554288
RGB
CMYK
RGB Variations
Color information
#554288 (or 0x554288) is known color: Gigas. HEX triplet: 55, 42 and 88. RGB value is (85,66,136). Sum of RGB (Red+Green+Blue) = 85+66+136=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #554288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554288 is #AABD77. Grayscale: #4F4F4F. Windows color (decimal): -11189624 or 8929877. OLE color: 8929877.
HSL color Cylindrical-coordinate representation of color #554288: hue angle of 256.29º degrees, saturation: 0.35, 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 #554288 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 66 | 136 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.47 |
| HSL | 256.29º | 0.35% | 0.4% | - |
| HSV(B) | 256.29º | 0.51% | 0.53% | - |
| XYZ | 10.14 | 7.61 | 24.23 | - |
| YUV | 79.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 136 | 0.38 | 0.51 | 0 | 0.47 | 256.29 | 0.35 | 0.4 |
| Hex | 55 | 42 | 88 | 26 | 33 | 0 | 2F | 100 | 23 | 28 |
| Octal | 125 | 102 | 210 | 46 | 63 | 0 | 57 | 400 | 43 | 50 |
| Binary | 1010101 | 1000010 | 10001000 | 100110 | 110011 | 0 | 101111 | 100000000 | 100011 | 101000 |
Color Harmonies of #554288
Complementary color
Monochromatic Colors of #554288
Black with #554288
Text Example
Text Example
White with #554288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554288; }
p { color: rgb(85,66,136); }
H1.HeaderClassName
{
color: #554288;
}
.AnyTagClassName
{
color: #554288;
}
</style>
background-color css
<style>
a { background-color: #554288; }
a { background-color: rgb(85,66,136); }
div.DivClassName
{
background-color: #554288;
}
.BgClassName
{
background-color: #554288;
}
</style>
border-color css
<style>
span { border-color: #554288; }
span { border-color: rgb(85,66,136); }
td.TdClassName
{
border-color: #554288;
}
.TagClassName
{
border-color: #554288;
}
</style>