Shades of Gigas #55418B
Tints of Gigas #55418B
RGB
CMYK
RGB Variations
Color information
#55418B (or 0x55418B) is known color: Gigas. HEX triplet: 55, 41 and 8B. RGB value is (85,65,139). Sum of RGB (Red+Green+Blue) = 85+65+139=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #55418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55418B is #AABE74. Grayscale: #4F4F4F. Windows color (decimal): -11189877 or 9126229. OLE color: 9126229.
HSL color Cylindrical-coordinate representation of color #55418B: hue angle of 256.22º 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 #55418B is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 65 | 139 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.45 |
| HSL | 256.22º | 0.36% | 0.4% | - |
| HSV(B) | 256.22º | 0.53% | 0.55% | - |
| XYZ | 10.3 | 7.58 | 25.35 | - |
| YUV | 79.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 139 | 0.39 | 0.53 | 0 | 0.45 | 256.22 | 0.36 | 0.4 |
| Hex | 55 | 41 | 8B | 27 | 35 | 0 | 2D | 100 | 24 | 28 |
| Octal | 125 | 101 | 213 | 47 | 65 | 0 | 55 | 400 | 44 | 50 |
| Binary | 1010101 | 1000001 | 10001011 | 100111 | 110101 | 0 | 101101 | 100000000 | 100100 | 101000 |
Color Harmonies of #55418B
Complementary color
Monochromatic Colors of #55418B
Black with #55418B
Text Example
Text Example
White with #55418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55418B; }
p { color: rgb(85,65,139); }
H1.HeaderClassName
{
color: #55418B;
}
.AnyTagClassName
{
color: #55418B;
}
</style>
background-color css
<style>
a { background-color: #55418B; }
a { background-color: rgb(85,65,139); }
div.DivClassName
{
background-color: #55418B;
}
.BgClassName
{
background-color: #55418B;
}
</style>
border-color css
<style>
span { border-color: #55418B; }
span { border-color: rgb(85,65,139); }
td.TdClassName
{
border-color: #55418B;
}
.TagClassName
{
border-color: #55418B;
}
</style>