Shades of Blue Gem #55489C
Tints of Blue Gem #55489C
RGB
CMYK
RGB Variations
Color information
#55489C (or 0x55489C) is known color: Blue Gem. HEX triplet: 55, 48 and 9C. RGB value is (85,72,156). Sum of RGB (Red+Green+Blue) = 85+72+156=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #55489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55489C is #AAB763. Grayscale: #555555. Windows color (decimal): -11188068 or 10242133. OLE color: 10242133.
HSL color Cylindrical-coordinate representation of color #55489C: hue angle of 249.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55489C is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 72 | 156 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.39 |
| HSL | 249.29º | 0.37% | 0.45% | - |
| HSV(B) | 249.29º | 0.54% | 0.61% | - |
| XYZ | 12.06 | 8.97 | 32.55 | - |
| YUV | 85.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 156 | 0.46 | 0.54 | 0 | 0.39 | 249.29 | 0.37 | 0.45 |
| Hex | 55 | 48 | 9C | 2E | 36 | 0 | 27 | F9 | 25 | 2D |
| Octal | 125 | 110 | 234 | 56 | 66 | 0 | 47 | 371 | 45 | 55 |
| Binary | 1010101 | 1001000 | 10011100 | 101110 | 110110 | 0 | 100111 | 11111001 | 100101 | 101101 |
Color Harmonies of #55489C
Complementary color
Monochromatic Colors of #55489C
Black with #55489C
Text Example
Text Example
White with #55489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55489C; }
p { color: rgb(85,72,156); }
H1.HeaderClassName
{
color: #55489C;
}
.AnyTagClassName
{
color: #55489C;
}
</style>
background-color css
<style>
a { background-color: #55489C; }
a { background-color: rgb(85,72,156); }
div.DivClassName
{
background-color: #55489C;
}
.BgClassName
{
background-color: #55489C;
}
</style>
border-color css
<style>
span { border-color: #55489C; }
span { border-color: rgb(85,72,156); }
td.TdClassName
{
border-color: #55489C;
}
.TagClassName
{
border-color: #55489C;
}
</style>