Shades of Gigas #554187
Tints of Gigas #554187
RGB
CMYK
RGB Variations
Color information
#554187 (or 0x554187) is known color: Gigas. HEX triplet: 55, 41 and 87. RGB value is (85,65,135). Sum of RGB (Red+Green+Blue) = 85+65+135=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #554187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554187 is #AABE78. Grayscale: #4E4E4E. Windows color (decimal): -11189881 or 8864085. OLE color: 8864085.
HSL color Cylindrical-coordinate representation of color #554187: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554187 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 65 | 135 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.47 |
| HSL | 257.14º | 0.35% | 0.39% | - |
| HSV(B) | 257.14º | 0.52% | 0.53% | - |
| XYZ | 10.01 | 7.46 | 23.83 | - |
| YUV | 78.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 135 | 0.37 | 0.52 | 0 | 0.47 | 257.14 | 0.35 | 0.39 |
| Hex | 55 | 41 | 87 | 25 | 34 | 0 | 2F | 101 | 23 | 27 |
| Octal | 125 | 101 | 207 | 45 | 64 | 0 | 57 | 401 | 43 | 47 |
| Binary | 1010101 | 1000001 | 10000111 | 100101 | 110100 | 0 | 101111 | 100000001 | 100011 | 100111 |
Color Harmonies of #554187
Complementary color
Monochromatic Colors of #554187
Black with #554187
Text Example
Text Example
White with #554187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554187; }
p { color: rgb(85,65,135); }
H1.HeaderClassName
{
color: #554187;
}
.AnyTagClassName
{
color: #554187;
}
</style>
background-color css
<style>
a { background-color: #554187; }
a { background-color: rgb(85,65,135); }
div.DivClassName
{
background-color: #554187;
}
.BgClassName
{
background-color: #554187;
}
</style>
border-color css
<style>
span { border-color: #554187; }
span { border-color: rgb(85,65,135); }
td.TdClassName
{
border-color: #554187;
}
.TagClassName
{
border-color: #554187;
}
</style>