Shades of Blue Gem #55499B
Tints of Blue Gem #55499B
RGB
CMYK
RGB Variations
Color information
#55499B (or 0x55499B) is known color: Blue Gem. HEX triplet: 55, 49 and 9B. RGB value is (85,73,155). Sum of RGB (Red+Green+Blue) = 85+73+155=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #55499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55499B is #AAB664. Grayscale: #555555. Windows color (decimal): -11187813 or 10176853. OLE color: 10176853.
HSL color Cylindrical-coordinate representation of color #55499B: hue angle of 248.78º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55499B is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 73 | 155 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.39 |
| HSL | 248.78º | 0.36% | 0.45% | - |
| HSV(B) | 248.78º | 0.53% | 0.61% | - |
| XYZ | 12.05 | 9.06 | 32.12 | - |
| YUV | 85.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 155 | 0.45 | 0.53 | 0 | 0.39 | 248.78 | 0.36 | 0.45 |
| Hex | 55 | 49 | 9B | 2D | 35 | 0 | 27 | F9 | 24 | 2D |
| Octal | 125 | 111 | 233 | 55 | 65 | 0 | 47 | 371 | 44 | 55 |
| Binary | 1010101 | 1001001 | 10011011 | 101101 | 110101 | 0 | 100111 | 11111001 | 100100 | 101101 |
Color Harmonies of #55499B
Complementary color
Monochromatic Colors of #55499B
Black with #55499B
Text Example
Text Example
White with #55499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55499B; }
p { color: rgb(85,73,155); }
H1.HeaderClassName
{
color: #55499B;
}
.AnyTagClassName
{
color: #55499B;
}
</style>
background-color css
<style>
a { background-color: #55499B; }
a { background-color: rgb(85,73,155); }
div.DivClassName
{
background-color: #55499B;
}
.BgClassName
{
background-color: #55499B;
}
</style>
border-color css
<style>
span { border-color: #55499B; }
span { border-color: rgb(85,73,155); }
td.TdClassName
{
border-color: #55499B;
}
.TagClassName
{
border-color: #55499B;
}
</style>