Shades of Gigas #554285
Tints of Gigas #554285
RGB
CMYK
RGB Variations
Color information
#554285 (or 0x554285) is known color: Gigas. HEX triplet: 55, 42 and 85. RGB value is (85,66,133). Sum of RGB (Red+Green+Blue) = 85+66+133=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #554285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554285 is #AABD7A. Grayscale: #4F4F4F. Windows color (decimal): -11189627 or 8733269. OLE color: 8733269.
HSL color Cylindrical-coordinate representation of color #554285: hue angle of 257.01º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554285 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 66 | 133 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.48 |
| HSL | 257.01º | 0.34% | 0.39% | - |
| HSV(B) | 257.01º | 0.5% | 0.52% | - |
| XYZ | 9.93 | 7.52 | 23.12 | - |
| YUV | 79.32 | 158.29 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 133 | 0.36 | 0.50 | 0 | 0.48 | 257.01 | 0.34 | 0.39 |
| Hex | 55 | 42 | 85 | 24 | 32 | 0 | 30 | 101 | 22 | 27 |
| Octal | 125 | 102 | 205 | 44 | 62 | 0 | 60 | 401 | 42 | 47 |
| Binary | 1010101 | 1000010 | 10000101 | 100100 | 110010 | 0 | 110000 | 100000001 | 100010 | 100111 |
Color Harmonies of #554285
Complementary color
Monochromatic Colors of #554285
Black with #554285
Text Example
Text Example
White with #554285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554285; }
p { color: rgb(85,66,133); }
H1.HeaderClassName
{
color: #554285;
}
.AnyTagClassName
{
color: #554285;
}
</style>
background-color css
<style>
a { background-color: #554285; }
a { background-color: rgb(85,66,133); }
div.DivClassName
{
background-color: #554285;
}
.BgClassName
{
background-color: #554285;
}
</style>
border-color css
<style>
span { border-color: #554285; }
span { border-color: rgb(85,66,133); }
td.TdClassName
{
border-color: #554285;
}
.TagClassName
{
border-color: #554285;
}
</style>