Shades of Gigas #554392
Tints of Gigas #554392
RGB
CMYK
RGB Variations
Color information
#554392 (or 0x554392) is known color: Gigas. HEX triplet: 55, 43 and 92. RGB value is (85,67,146). Sum of RGB (Red+Green+Blue) = 85+67+146=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #554392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554392 is #AABC6D. Grayscale: #515151. Windows color (decimal): -11189358 or 9585493. OLE color: 9585493.
HSL color Cylindrical-coordinate representation of color #554392: hue angle of 253.67º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554392 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 67 | 146 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.43 |
| HSL | 253.67º | 0.37% | 0.42% | - |
| HSV(B) | 253.67º | 0.54% | 0.57% | - |
| XYZ | 10.94 | 8.02 | 28.17 | - |
| YUV | 81.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 146 | 0.42 | 0.54 | 0 | 0.43 | 253.67 | 0.37 | 0.42 |
| Hex | 55 | 43 | 92 | 2A | 36 | 0 | 2B | FE | 25 | 2A |
| Octal | 125 | 103 | 222 | 52 | 66 | 0 | 53 | 376 | 45 | 52 |
| Binary | 1010101 | 1000011 | 10010010 | 101010 | 110110 | 0 | 101011 | 11111110 | 100101 | 101010 |
Color Harmonies of #554392
Complementary color
Monochromatic Colors of #554392
Black with #554392
Text Example
Text Example
White with #554392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554392; }
p { color: rgb(85,67,146); }
H1.HeaderClassName
{
color: #554392;
}
.AnyTagClassName
{
color: #554392;
}
</style>
background-color css
<style>
a { background-color: #554392; }
a { background-color: rgb(85,67,146); }
div.DivClassName
{
background-color: #554392;
}
.BgClassName
{
background-color: #554392;
}
</style>
border-color css
<style>
span { border-color: #554392; }
span { border-color: rgb(85,67,146); }
td.TdClassName
{
border-color: #554392;
}
.TagClassName
{
border-color: #554392;
}
</style>