Shades of Blue Gem #55449B
Tints of Blue Gem #55449B
RGB
CMYK
RGB Variations
Color information
#55449B (or 0x55449B) is known color: Blue Gem. HEX triplet: 55, 44 and 9B. RGB value is (85,68,155). Sum of RGB (Red+Green+Blue) = 85+68+155=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #55449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55449B is #AABB64. Grayscale: #525252. Windows color (decimal): -11189093 or 10175573. OLE color: 10175573.
HSL color Cylindrical-coordinate representation of color #55449B: hue angle of 251.72º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55449B is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 68 | 155 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.39 |
| HSL | 251.72º | 0.39% | 0.44% | - |
| HSV(B) | 251.72º | 0.56% | 0.61% | - |
| XYZ | 11.73 | 8.43 | 32.02 | - |
| YUV | 83 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 155 | 0.45 | 0.56 | 0 | 0.39 | 251.72 | 0.39 | 0.44 |
| Hex | 55 | 44 | 9B | 2D | 38 | 0 | 27 | FC | 27 | 2C |
| Octal | 125 | 104 | 233 | 55 | 70 | 0 | 47 | 374 | 47 | 54 |
| Binary | 1010101 | 1000100 | 10011011 | 101101 | 111000 | 0 | 100111 | 11111100 | 100111 | 101100 |
Color Harmonies of #55449B
Complementary color
Monochromatic Colors of #55449B
Black with #55449B
Text Example
Text Example
White with #55449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55449B; }
p { color: rgb(85,68,155); }
H1.HeaderClassName
{
color: #55449B;
}
.AnyTagClassName
{
color: #55449B;
}
</style>
background-color css
<style>
a { background-color: #55449B; }
a { background-color: rgb(85,68,155); }
div.DivClassName
{
background-color: #55449B;
}
.BgClassName
{
background-color: #55449B;
}
</style>
border-color css
<style>
span { border-color: #55449B; }
span { border-color: rgb(85,68,155); }
td.TdClassName
{
border-color: #55449B;
}
.TagClassName
{
border-color: #55449B;
}
</style>