Shades of Blue Diamond #552F73
Tints of Blue Diamond #552F73
RGB
CMYK
RGB Variations
Color information
#552F73 (or 0x552F73) is known color: Blue Diamond. HEX triplet: 55, 2F and 73. RGB value is (85,47,115). Sum of RGB (Red+Green+Blue) = 85+47+115=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #552F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F73 is #AAD08C. Grayscale: #414141. Windows color (decimal): -11194509 or 7548757. OLE color: 7548757.
HSL color Cylindrical-coordinate representation of color #552F73: hue angle of 273.53º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552F73 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 47 | 115 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.55 |
| HSL | 273.53º | 0.42% | 0.32% | - |
| HSV(B) | 273.53º | 0.59% | 0.45% | - |
| XYZ | 7.86 | 5.2 | 16.81 | - |
| YUV | 66.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 115 | 0.26 | 0.59 | 0 | 0.55 | 273.53 | 0.42 | 0.32 |
| Hex | 55 | 2F | 73 | 1A | 3B | 0 | 37 | 112 | 2A | 20 |
| Octal | 125 | 57 | 163 | 32 | 73 | 0 | 67 | 422 | 52 | 40 |
| Binary | 1010101 | 101111 | 1110011 | 11010 | 111011 | 0 | 110111 | 100010010 | 101010 | 100000 |
Color Harmonies of #552F73
Complementary color
Monochromatic Colors of #552F73
Black with #552F73
Text Example
Text Example
White with #552F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F73; }
p { color: rgb(85,47,115); }
H1.HeaderClassName
{
color: #552F73;
}
.AnyTagClassName
{
color: #552F73;
}
</style>
background-color css
<style>
a { background-color: #552F73; }
a { background-color: rgb(85,47,115); }
div.DivClassName
{
background-color: #552F73;
}
.BgClassName
{
background-color: #552F73;
}
</style>
border-color css
<style>
span { border-color: #552F73; }
span { border-color: rgb(85,47,115); }
td.TdClassName
{
border-color: #552F73;
}
.TagClassName
{
border-color: #552F73;
}
</style>