Shades of Gigas #55428B
Tints of Gigas #55428B
RGB
CMYK
RGB Variations
Color information
#55428B (or 0x55428B) is known color: Gigas. HEX triplet: 55, 42 and 8B. RGB value is (85,66,139). Sum of RGB (Red+Green+Blue) = 85+66+139=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #55428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55428B is #AABD74. Grayscale: #4F4F4F. Windows color (decimal): -11189621 or 9126485. OLE color: 9126485.
HSL color Cylindrical-coordinate representation of color #55428B: hue angle of 255.62º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55428B is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 66 | 139 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.45 |
| HSL | 255.62º | 0.36% | 0.4% | - |
| HSV(B) | 255.62º | 0.53% | 0.55% | - |
| XYZ | 10.35 | 7.69 | 25.37 | - |
| YUV | 80 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 139 | 0.39 | 0.53 | 0 | 0.45 | 255.62 | 0.36 | 0.4 |
| Hex | 55 | 42 | 8B | 27 | 35 | 0 | 2D | 100 | 24 | 28 |
| Octal | 125 | 102 | 213 | 47 | 65 | 0 | 55 | 400 | 44 | 50 |
| Binary | 1010101 | 1000010 | 10001011 | 100111 | 110101 | 0 | 101101 | 100000000 | 100100 | 101000 |
Color Harmonies of #55428B
Complementary color
Monochromatic Colors of #55428B
Black with #55428B
Text Example
Text Example
White with #55428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55428B; }
p { color: rgb(85,66,139); }
H1.HeaderClassName
{
color: #55428B;
}
.AnyTagClassName
{
color: #55428B;
}
</style>
background-color css
<style>
a { background-color: #55428B; }
a { background-color: rgb(85,66,139); }
div.DivClassName
{
background-color: #55428B;
}
.BgClassName
{
background-color: #55428B;
}
</style>
border-color css
<style>
span { border-color: #55428B; }
span { border-color: rgb(85,66,139); }
td.TdClassName
{
border-color: #55428B;
}
.TagClassName
{
border-color: #55428B;
}
</style>