Shades of Blue Gem #55459C
Tints of Blue Gem #55459C
RGB
CMYK
RGB Variations
Color information
#55459C (or 0x55459C) is known color: Blue Gem. HEX triplet: 55, 45 and 9C. RGB value is (85,69,156). Sum of RGB (Red+Green+Blue) = 85+69+156=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #55459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55459C is #AABA63. Grayscale: #535353. Windows color (decimal): -11188836 or 10241365. OLE color: 10241365.
HSL color Cylindrical-coordinate representation of color #55459C: hue angle of 251.03º 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 #55459C is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 69 | 156 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.39 |
| HSL | 251.03º | 0.39% | 0.44% | - |
| HSV(B) | 251.03º | 0.56% | 0.61% | - |
| XYZ | 11.88 | 8.59 | 32.48 | - |
| YUV | 83.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 156 | 0.46 | 0.56 | 0 | 0.39 | 251.03 | 0.39 | 0.44 |
| Hex | 55 | 45 | 9C | 2E | 38 | 0 | 27 | FB | 27 | 2C |
| Octal | 125 | 105 | 234 | 56 | 70 | 0 | 47 | 373 | 47 | 54 |
| Binary | 1010101 | 1000101 | 10011100 | 101110 | 111000 | 0 | 100111 | 11111011 | 100111 | 101100 |
Color Harmonies of #55459C
Complementary color
Monochromatic Colors of #55459C
Black with #55459C
Text Example
Text Example
White with #55459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55459C; }
p { color: rgb(85,69,156); }
H1.HeaderClassName
{
color: #55459C;
}
.AnyTagClassName
{
color: #55459C;
}
</style>
background-color css
<style>
a { background-color: #55459C; }
a { background-color: rgb(85,69,156); }
div.DivClassName
{
background-color: #55459C;
}
.BgClassName
{
background-color: #55459C;
}
</style>
border-color css
<style>
span { border-color: #55459C; }
span { border-color: rgb(85,69,156); }
td.TdClassName
{
border-color: #55459C;
}
.TagClassName
{
border-color: #55459C;
}
</style>