Shades of Blue Diamond #552870
Tints of Blue Diamond #552870
RGB
CMYK
RGB Variations
Color information
#552870 (or 0x552870) is known color: Blue Diamond. HEX triplet: 55, 28 and 70. RGB value is (85,40,112). Sum of RGB (Red+Green+Blue) = 85+40+112=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #552870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552870 is #AAD78F. Grayscale: #3D3D3D. Windows color (decimal): -11196304 or 7350357. OLE color: 7350357.
HSL color Cylindrical-coordinate representation of color #552870: hue angle of 277.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552870 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 40 | 112 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.56 |
| HSL | 277.5º | 0.47% | 0.3% | - |
| HSV(B) | 277.5º | 0.64% | 0.44% | - |
| XYZ | 7.43 | 4.62 | 15.83 | - |
| YUV | 61.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 112 | 0.24 | 0.64 | 0 | 0.56 | 277.5 | 0.47 | 0.3 |
| Hex | 55 | 28 | 70 | 18 | 40 | 0 | 38 | 116 | 2F | 1E |
| Octal | 125 | 50 | 160 | 30 | 100 | 0 | 70 | 426 | 57 | 36 |
| Binary | 1010101 | 101000 | 1110000 | 11000 | 1000000 | 0 | 111000 | 100010110 | 101111 | 11110 |
Color Harmonies of #552870
Complementary color
Monochromatic Colors of #552870
Black with #552870
Text Example
Text Example
White with #552870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552870; }
p { color: rgb(85,40,112); }
H1.HeaderClassName
{
color: #552870;
}
.AnyTagClassName
{
color: #552870;
}
</style>
background-color css
<style>
a { background-color: #552870; }
a { background-color: rgb(85,40,112); }
div.DivClassName
{
background-color: #552870;
}
.BgClassName
{
background-color: #552870;
}
</style>
border-color css
<style>
span { border-color: #552870; }
span { border-color: rgb(85,40,112); }
td.TdClassName
{
border-color: #552870;
}
.TagClassName
{
border-color: #552870;
}
</style>