Shades of Blue Gem #55449D
Tints of Blue Gem #55449D
RGB
CMYK
RGB Variations
Color information
#55449D (or 0x55449D) is known color: Blue Gem. HEX triplet: 55, 44 and 9D. RGB value is (85,68,157). Sum of RGB (Red+Green+Blue) = 85+68+157=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #55449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55449D is #AABB62. Grayscale: #525252. Windows color (decimal): -11189091 or 10306645. OLE color: 10306645.
HSL color Cylindrical-coordinate representation of color #55449D: hue angle of 251.46º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55449D is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 68 | 157 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.38 |
| HSL | 251.46º | 0.4% | 0.44% | - |
| HSV(B) | 251.46º | 0.57% | 0.62% | - |
| XYZ | 11.9 | 8.5 | 32.91 | - |
| YUV | 83.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 157 | 0.46 | 0.57 | 0 | 0.38 | 251.46 | 0.4 | 0.44 |
| Hex | 55 | 44 | 9D | 2E | 39 | 0 | 26 | FB | 28 | 2C |
| Octal | 125 | 104 | 235 | 56 | 71 | 0 | 46 | 373 | 50 | 54 |
| Binary | 1010101 | 1000100 | 10011101 | 101110 | 111001 | 0 | 100110 | 11111011 | 101000 | 101100 |
Color Harmonies of #55449D
Complementary color
Monochromatic Colors of #55449D
Black with #55449D
Text Example
Text Example
White with #55449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55449D; }
p { color: rgb(85,68,157); }
H1.HeaderClassName
{
color: #55449D;
}
.AnyTagClassName
{
color: #55449D;
}
</style>
background-color css
<style>
a { background-color: #55449D; }
a { background-color: rgb(85,68,157); }
div.DivClassName
{
background-color: #55449D;
}
.BgClassName
{
background-color: #55449D;
}
</style>
border-color css
<style>
span { border-color: #55449D; }
span { border-color: rgb(85,68,157); }
td.TdClassName
{
border-color: #55449D;
}
.TagClassName
{
border-color: #55449D;
}
</style>