Shades of Blue Diamond #552C70
Tints of Blue Diamond #552C70
RGB
CMYK
RGB Variations
Color information
#552C70 (or 0x552C70) is known color: Blue Diamond. HEX triplet: 55, 2C and 70. RGB value is (85,44,112). Sum of RGB (Red+Green+Blue) = 85+44+112=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #552C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C70 is #AAD38F. Grayscale: #3F3F3F. Windows color (decimal): -11195280 or 7351381. OLE color: 7351381.
HSL color Cylindrical-coordinate representation of color #552C70: hue angle of 276.18º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552C70 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 44 | 112 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.56 |
| HSL | 276.18º | 0.44% | 0.31% | - |
| HSV(B) | 276.18º | 0.61% | 0.44% | - |
| XYZ | 7.57 | 4.9 | 15.88 | - |
| YUV | 64.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 112 | 0.24 | 0.61 | 0 | 0.56 | 276.18 | 0.44 | 0.31 |
| Hex | 55 | 2C | 70 | 18 | 3D | 0 | 38 | 114 | 2C | 1F |
| Octal | 125 | 54 | 160 | 30 | 75 | 0 | 70 | 424 | 54 | 37 |
| Binary | 1010101 | 101100 | 1110000 | 11000 | 111101 | 0 | 111000 | 100010100 | 101100 | 11111 |
Color Harmonies of #552C70
Complementary color
Monochromatic Colors of #552C70
Black with #552C70
Text Example
Text Example
White with #552C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C70; }
p { color: rgb(85,44,112); }
H1.HeaderClassName
{
color: #552C70;
}
.AnyTagClassName
{
color: #552C70;
}
</style>
background-color css
<style>
a { background-color: #552C70; }
a { background-color: rgb(85,44,112); }
div.DivClassName
{
background-color: #552C70;
}
.BgClassName
{
background-color: #552C70;
}
</style>
border-color css
<style>
span { border-color: #552C70; }
span { border-color: rgb(85,44,112); }
td.TdClassName
{
border-color: #552C70;
}
.TagClassName
{
border-color: #552C70;
}
</style>