Shades of Gigas #554387
Tints of Gigas #554387
RGB
CMYK
RGB Variations
Color information
#554387 (or 0x554387) is known color: Gigas. HEX triplet: 55, 43 and 87. RGB value is (85,67,135). Sum of RGB (Red+Green+Blue) = 85+67+135=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #554387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554387 is #AABC78. Grayscale: #4F4F4F. Windows color (decimal): -11189369 or 8864597. OLE color: 8864597.
HSL color Cylindrical-coordinate representation of color #554387: hue angle of 255.88º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554387 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 67 | 135 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.47 |
| HSL | 255.88º | 0.34% | 0.4% | - |
| HSV(B) | 255.88º | 0.5% | 0.53% | - |
| XYZ | 10.13 | 7.69 | 23.87 | - |
| YUV | 80.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 135 | 0.37 | 0.50 | 0 | 0.47 | 255.88 | 0.34 | 0.4 |
| Hex | 55 | 43 | 87 | 25 | 32 | 0 | 2F | 100 | 22 | 28 |
| Octal | 125 | 103 | 207 | 45 | 62 | 0 | 57 | 400 | 42 | 50 |
| Binary | 1010101 | 1000011 | 10000111 | 100101 | 110010 | 0 | 101111 | 100000000 | 100010 | 101000 |
Color Harmonies of #554387
Complementary color
Monochromatic Colors of #554387
Black with #554387
Text Example
Text Example
White with #554387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554387; }
p { color: rgb(85,67,135); }
H1.HeaderClassName
{
color: #554387;
}
.AnyTagClassName
{
color: #554387;
}
</style>
background-color css
<style>
a { background-color: #554387; }
a { background-color: rgb(85,67,135); }
div.DivClassName
{
background-color: #554387;
}
.BgClassName
{
background-color: #554387;
}
</style>
border-color css
<style>
span { border-color: #554387; }
span { border-color: rgb(85,67,135); }
td.TdClassName
{
border-color: #554387;
}
.TagClassName
{
border-color: #554387;
}
</style>