Shades of Blue Gem #55499A
Tints of Blue Gem #55499A
RGB
CMYK
RGB Variations
Color information
#55499A (or 0x55499A) is known color: Blue Gem. HEX triplet: 55, 49 and 9A. RGB value is (85,73,154). Sum of RGB (Red+Green+Blue) = 85+73+154=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #55499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55499A is #AAB665. Grayscale: #555555. Windows color (decimal): -11187814 or 10111317. OLE color: 10111317.
HSL color Cylindrical-coordinate representation of color #55499A: hue angle of 248.89º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55499A is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 73 | 154 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.40 |
| HSL | 248.89º | 0.36% | 0.45% | - |
| HSV(B) | 248.89º | 0.53% | 0.6% | - |
| XYZ | 11.96 | 9.03 | 31.68 | - |
| YUV | 85.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 154 | 0.45 | 0.53 | 0 | 0.40 | 248.89 | 0.36 | 0.45 |
| Hex | 55 | 49 | 9A | 2D | 35 | 0 | 28 | F9 | 24 | 2D |
| Octal | 125 | 111 | 232 | 55 | 65 | 0 | 50 | 371 | 44 | 55 |
| Binary | 1010101 | 1001001 | 10011010 | 101101 | 110101 | 0 | 101000 | 11111001 | 100100 | 101101 |
Color Harmonies of #55499A
Complementary color
Monochromatic Colors of #55499A
Black with #55499A
Text Example
Text Example
White with #55499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55499A; }
p { color: rgb(85,73,154); }
H1.HeaderClassName
{
color: #55499A;
}
.AnyTagClassName
{
color: #55499A;
}
</style>
background-color css
<style>
a { background-color: #55499A; }
a { background-color: rgb(85,73,154); }
div.DivClassName
{
background-color: #55499A;
}
.BgClassName
{
background-color: #55499A;
}
</style>
border-color css
<style>
span { border-color: #55499A; }
span { border-color: rgb(85,73,154); }
td.TdClassName
{
border-color: #55499A;
}
.TagClassName
{
border-color: #55499A;
}
</style>