Shades of Blue Gem #55439D
Tints of Blue Gem #55439D
RGB
CMYK
RGB Variations
Color information
#55439D (or 0x55439D) is known color: Blue Gem. HEX triplet: 55, 43 and 9D. RGB value is (85,67,157). Sum of RGB (Red+Green+Blue) = 85+67+157=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #55439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55439D is #AABC62. Grayscale: #525252. Windows color (decimal): -11189347 or 10306389. OLE color: 10306389.
HSL color Cylindrical-coordinate representation of color #55439D: hue angle of 252º 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 #55439D is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 67 | 157 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.38 |
| HSL | 252º | 0.4% | 0.44% | - |
| HSV(B) | 252º | 0.57% | 0.62% | - |
| XYZ | 11.84 | 8.38 | 32.89 | - |
| YUV | 82.64 | 169.96 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 157 | 0.46 | 0.57 | 0 | 0.38 | 252 | 0.4 | 0.44 |
| Hex | 55 | 43 | 9D | 2E | 39 | 0 | 26 | FC | 28 | 2C |
| Octal | 125 | 103 | 235 | 56 | 71 | 0 | 46 | 374 | 50 | 54 |
| Binary | 1010101 | 1000011 | 10011101 | 101110 | 111001 | 0 | 100110 | 11111100 | 101000 | 101100 |
Color Harmonies of #55439D
Complementary color
Monochromatic Colors of #55439D
Black with #55439D
Text Example
Text Example
White with #55439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55439D; }
p { color: rgb(85,67,157); }
H1.HeaderClassName
{
color: #55439D;
}
.AnyTagClassName
{
color: #55439D;
}
</style>
background-color css
<style>
a { background-color: #55439D; }
a { background-color: rgb(85,67,157); }
div.DivClassName
{
background-color: #55439D;
}
.BgClassName
{
background-color: #55439D;
}
</style>
border-color css
<style>
span { border-color: #55439D; }
span { border-color: rgb(85,67,157); }
td.TdClassName
{
border-color: #55439D;
}
.TagClassName
{
border-color: #55439D;
}
</style>