Shades of Gigas #55438D
Tints of Gigas #55438D
RGB
CMYK
RGB Variations
Color information
#55438D (or 0x55438D) is known color: Gigas. HEX triplet: 55, 43 and 8D. RGB value is (85,67,141). Sum of RGB (Red+Green+Blue) = 85+67+141=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #55438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55438D is #AABC72. Grayscale: #505050. Windows color (decimal): -11189363 or 9257813. OLE color: 9257813.
HSL color Cylindrical-coordinate representation of color #55438D: hue angle of 254.59º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55438D is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 67 | 141 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.45 |
| HSL | 254.59º | 0.36% | 0.41% | - |
| HSV(B) | 254.59º | 0.52% | 0.55% | - |
| XYZ | 10.56 | 7.87 | 26.16 | - |
| YUV | 80.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 141 | 0.40 | 0.52 | 0 | 0.45 | 254.59 | 0.36 | 0.41 |
| Hex | 55 | 43 | 8D | 28 | 34 | 0 | 2D | FF | 24 | 29 |
| Octal | 125 | 103 | 215 | 50 | 64 | 0 | 55 | 377 | 44 | 51 |
| Binary | 1010101 | 1000011 | 10001101 | 101000 | 110100 | 0 | 101101 | 11111111 | 100100 | 101001 |
Color Harmonies of #55438D
Complementary color
Monochromatic Colors of #55438D
Black with #55438D
Text Example
Text Example
White with #55438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55438D; }
p { color: rgb(85,67,141); }
H1.HeaderClassName
{
color: #55438D;
}
.AnyTagClassName
{
color: #55438D;
}
</style>
background-color css
<style>
a { background-color: #55438D; }
a { background-color: rgb(85,67,141); }
div.DivClassName
{
background-color: #55438D;
}
.BgClassName
{
background-color: #55438D;
}
</style>
border-color css
<style>
span { border-color: #55438D; }
span { border-color: rgb(85,67,141); }
td.TdClassName
{
border-color: #55438D;
}
.TagClassName
{
border-color: #55438D;
}
</style>