Shades of Blue Gem #5544A0
Tints of Blue Gem #5544A0
RGB
CMYK
RGB Variations
Color information
#5544A0 (or 0x5544A0) is known color: Blue Gem. HEX triplet: 55, 44 and A0. RGB value is (85,68,160). Sum of RGB (Red+Green+Blue) = 85+68+160=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #5544A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5544A0 is #AABB5F. Grayscale: #535353. Windows color (decimal): -11189088 or 10503253. OLE color: 10503253.
HSL color Cylindrical-coordinate representation of color #5544A0: hue angle of 251.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5544A0 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 68 | 160 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.37 |
| HSL | 251.09º | 0.4% | 0.45% | - |
| HSV(B) | 251.09º | 0.58% | 0.63% | - |
| XYZ | 12.16 | 8.6 | 34.28 | - |
| YUV | 83.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 160 | 0.47 | 0.57 | 0 | 0.37 | 251.09 | 0.4 | 0.45 |
| Hex | 55 | 44 | A0 | 2F | 39 | 0 | 25 | FB | 28 | 2D |
| Octal | 125 | 104 | 240 | 57 | 71 | 0 | 45 | 373 | 50 | 55 |
| Binary | 1010101 | 1000100 | 10100000 | 101111 | 111001 | 0 | 100101 | 11111011 | 101000 | 101101 |
Color Harmonies of #5544A0
Complementary color
Monochromatic Colors of #5544A0
Black with #5544A0
Text Example
Text Example
White with #5544A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5544A0; }
p { color: rgb(85,68,160); }
H1.HeaderClassName
{
color: #5544A0;
}
.AnyTagClassName
{
color: #5544A0;
}
</style>
background-color css
<style>
a { background-color: #5544A0; }
a { background-color: rgb(85,68,160); }
div.DivClassName
{
background-color: #5544A0;
}
.BgClassName
{
background-color: #5544A0;
}
</style>
border-color css
<style>
span { border-color: #5544A0; }
span { border-color: rgb(85,68,160); }
td.TdClassName
{
border-color: #5544A0;
}
.TagClassName
{
border-color: #5544A0;
}
</style>