Shades of Gigas #55428F
Tints of Gigas #55428F
RGB
CMYK
RGB Variations
Color information
#55428F (or 0x55428F) is known color: Gigas. HEX triplet: 55, 42 and 8F. RGB value is (85,66,143). Sum of RGB (Red+Green+Blue) = 85+66+143=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #55428F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55428F is #AABD70. Grayscale: #505050. Windows color (decimal): -11189617 or 9388629. OLE color: 9388629.
HSL color Cylindrical-coordinate representation of color #55428F: hue angle of 254.81º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55428F is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 66 | 143 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.44 |
| HSL | 254.81º | 0.37% | 0.41% | - |
| HSV(B) | 254.81º | 0.54% | 0.56% | - |
| XYZ | 10.65 | 7.81 | 26.93 | - |
| YUV | 80.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 143 | 0.41 | 0.54 | 0 | 0.44 | 254.81 | 0.37 | 0.41 |
| Hex | 55 | 42 | 8F | 29 | 36 | 0 | 2C | FF | 25 | 29 |
| Octal | 125 | 102 | 217 | 51 | 66 | 0 | 54 | 377 | 45 | 51 |
| Binary | 1010101 | 1000010 | 10001111 | 101001 | 110110 | 0 | 101100 | 11111111 | 100101 | 101001 |
Color Harmonies of #55428F
Complementary color
Monochromatic Colors of #55428F
Black with #55428F
Text Example
Text Example
White with #55428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55428F; }
p { color: rgb(85,66,143); }
H1.HeaderClassName
{
color: #55428F;
}
.AnyTagClassName
{
color: #55428F;
}
</style>
background-color css
<style>
a { background-color: #55428F; }
a { background-color: rgb(85,66,143); }
div.DivClassName
{
background-color: #55428F;
}
.BgClassName
{
background-color: #55428F;
}
</style>
border-color css
<style>
span { border-color: #55428F; }
span { border-color: rgb(85,66,143); }
td.TdClassName
{
border-color: #55428F;
}
.TagClassName
{
border-color: #55428F;
}
</style>