Shades of Blue Diamond #552E73
Tints of Blue Diamond #552E73
RGB
CMYK
RGB Variations
Color information
#552E73 (or 0x552E73) is known color: Blue Diamond. HEX triplet: 55, 2E and 73. RGB value is (85,46,115). Sum of RGB (Red+Green+Blue) = 85+46+115=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #552E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E73 is #AAD18C. Grayscale: #414141. Windows color (decimal): -11194765 or 7548501. OLE color: 7548501.
HSL color Cylindrical-coordinate representation of color #552E73: hue angle of 273.91º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552E73 is Cyan = 0.26, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 46 | 115 | - |
| CMYK | 0.26 | 0.6 | 0 | 0.55 |
| HSL | 273.91º | 0.43% | 0.32% | - |
| HSV(B) | 273.91º | 0.6% | 0.45% | - |
| XYZ | 7.82 | 5.12 | 16.8 | - |
| YUV | 65.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 115 | 0.26 | 0.6 | 0 | 0.55 | 273.91 | 0.43 | 0.32 |
| Hex | 55 | 2E | 73 | 1A | 3C | 0 | 37 | 112 | 2B | 20 |
| Octal | 125 | 56 | 163 | 32 | 74 | 0 | 67 | 422 | 53 | 40 |
| Binary | 1010101 | 101110 | 1110011 | 11010 | 111100 | 0 | 110111 | 100010010 | 101011 | 100000 |
Color Harmonies of #552E73
Complementary color
Monochromatic Colors of #552E73
Black with #552E73
Text Example
Text Example
White with #552E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E73; }
p { color: rgb(85,46,115); }
H1.HeaderClassName
{
color: #552E73;
}
.AnyTagClassName
{
color: #552E73;
}
</style>
background-color css
<style>
a { background-color: #552E73; }
a { background-color: rgb(85,46,115); }
div.DivClassName
{
background-color: #552E73;
}
.BgClassName
{
background-color: #552E73;
}
</style>
border-color css
<style>
span { border-color: #552E73; }
span { border-color: rgb(85,46,115); }
td.TdClassName
{
border-color: #552E73;
}
.TagClassName
{
border-color: #552E73;
}
</style>