Shades of Blue Gem #55459F
Tints of Blue Gem #55459F
RGB
CMYK
RGB Variations
Color information
#55459F (or 0x55459F) is known color: Blue Gem. HEX triplet: 55, 45 and 9F. RGB value is (85,69,159). Sum of RGB (Red+Green+Blue) = 85+69+159=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #55459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55459F is #AABA60. Grayscale: #535353. Windows color (decimal): -11188833 or 10437973. OLE color: 10437973.
HSL color Cylindrical-coordinate representation of color #55459F: hue angle of 250.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55459F is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 69 | 159 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.38 |
| HSL | 250.67º | 0.39% | 0.45% | - |
| HSV(B) | 250.67º | 0.57% | 0.62% | - |
| XYZ | 12.13 | 8.69 | 33.84 | - |
| YUV | 84.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 159 | 0.47 | 0.57 | 0 | 0.38 | 250.67 | 0.39 | 0.45 |
| Hex | 55 | 45 | 9F | 2F | 39 | 0 | 26 | FB | 27 | 2D |
| Octal | 125 | 105 | 237 | 57 | 71 | 0 | 46 | 373 | 47 | 55 |
| Binary | 1010101 | 1000101 | 10011111 | 101111 | 111001 | 0 | 100110 | 11111011 | 100111 | 101101 |
Color Harmonies of #55459F
Complementary color
Monochromatic Colors of #55459F
Black with #55459F
Text Example
Text Example
White with #55459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55459F; }
p { color: rgb(85,69,159); }
H1.HeaderClassName
{
color: #55459F;
}
.AnyTagClassName
{
color: #55459F;
}
</style>
background-color css
<style>
a { background-color: #55459F; }
a { background-color: rgb(85,69,159); }
div.DivClassName
{
background-color: #55459F;
}
.BgClassName
{
background-color: #55459F;
}
</style>
border-color css
<style>
span { border-color: #55459F; }
span { border-color: rgb(85,69,159); }
td.TdClassName
{
border-color: #55459F;
}
.TagClassName
{
border-color: #55459F;
}
</style>