Shades of Gigas #554380
Tints of Gigas #554380
RGB
CMYK
RGB Variations
Color information
#554380 (or 0x554380) is known color: Gigas. HEX triplet: 55, 43 and 80. RGB value is (85,67,128). Sum of RGB (Red+Green+Blue) = 85+67+128=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #554380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554380 is #AABC7F. Grayscale: #4F4F4F. Windows color (decimal): -11189376 or 8405845. OLE color: 8405845.
HSL color Cylindrical-coordinate representation of color #554380: hue angle of 257.7º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554380 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 67 | 128 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.50 |
| HSL | 257.7º | 0.31% | 0.38% | - |
| HSV(B) | 257.7º | 0.48% | 0.5% | - |
| XYZ | 9.65 | 7.5 | 21.36 | - |
| YUV | 79.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 128 | 0.34 | 0.48 | 0 | 0.50 | 257.7 | 0.31 | 0.38 |
| Hex | 55 | 43 | 80 | 22 | 30 | 0 | 32 | 102 | 1F | 26 |
| Octal | 125 | 103 | 200 | 42 | 60 | 0 | 62 | 402 | 37 | 46 |
| Binary | 1010101 | 1000011 | 10000000 | 100010 | 110000 | 0 | 110010 | 100000010 | 11111 | 100110 |
Color Harmonies of #554380
Complementary color
Monochromatic Colors of #554380
Black with #554380
Text Example
Text Example
White with #554380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554380; }
p { color: rgb(85,67,128); }
H1.HeaderClassName
{
color: #554380;
}
.AnyTagClassName
{
color: #554380;
}
</style>
background-color css
<style>
a { background-color: #554380; }
a { background-color: rgb(85,67,128); }
div.DivClassName
{
background-color: #554380;
}
.BgClassName
{
background-color: #554380;
}
</style>
border-color css
<style>
span { border-color: #554380; }
span { border-color: rgb(85,67,128); }
td.TdClassName
{
border-color: #554380;
}
.TagClassName
{
border-color: #554380;
}
</style>