Shades of Gigas #554381
Tints of Gigas #554381
RGB
CMYK
RGB Variations
Color information
#554381 (or 0x554381) is known color: Gigas. HEX triplet: 55, 43 and 81. RGB value is (85,67,129). Sum of RGB (Red+Green+Blue) = 85+67+129=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #554381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554381 is #AABC7E. Grayscale: #4F4F4F. Windows color (decimal): -11189375 or 8471381. OLE color: 8471381.
HSL color Cylindrical-coordinate representation of color #554381: hue angle of 257.42º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554381 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 67 | 129 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.49 |
| HSL | 257.42º | 0.32% | 0.38% | - |
| HSV(B) | 257.42º | 0.48% | 0.51% | - |
| XYZ | 9.72 | 7.53 | 21.71 | - |
| YUV | 79.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 129 | 0.34 | 0.48 | 0 | 0.49 | 257.42 | 0.32 | 0.38 |
| Hex | 55 | 43 | 81 | 22 | 30 | 0 | 31 | 101 | 20 | 26 |
| Octal | 125 | 103 | 201 | 42 | 60 | 0 | 61 | 401 | 40 | 46 |
| Binary | 1010101 | 1000011 | 10000001 | 100010 | 110000 | 0 | 110001 | 100000001 | 100000 | 100110 |
Color Harmonies of #554381
Complementary color
Monochromatic Colors of #554381
Black with #554381
Text Example
Text Example
White with #554381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554381; }
p { color: rgb(85,67,129); }
H1.HeaderClassName
{
color: #554381;
}
.AnyTagClassName
{
color: #554381;
}
</style>
background-color css
<style>
a { background-color: #554381; }
a { background-color: rgb(85,67,129); }
div.DivClassName
{
background-color: #554381;
}
.BgClassName
{
background-color: #554381;
}
</style>
border-color css
<style>
span { border-color: #554381; }
span { border-color: rgb(85,67,129); }
td.TdClassName
{
border-color: #554381;
}
.TagClassName
{
border-color: #554381;
}
</style>