Shades of Blue Diamond #552871
Tints of Blue Diamond #552871
RGB
CMYK
RGB Variations
Color information
#552871 (or 0x552871) is known color: Blue Diamond. HEX triplet: 55, 28 and 71. RGB value is (85,40,113). Sum of RGB (Red+Green+Blue) = 85+40+113=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #552871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552871 is #AAD78E. Grayscale: #3D3D3D. Windows color (decimal): -11196303 or 7415893. OLE color: 7415893.
HSL color Cylindrical-coordinate representation of color #552871: hue angle of 276.99º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #552871 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 40 | 113 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.56 |
| HSL | 276.99º | 0.48% | 0.3% | - |
| HSV(B) | 276.99º | 0.65% | 0.44% | - |
| XYZ | 7.49 | 4.64 | 16.12 | - |
| YUV | 61.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 113 | 0.25 | 0.65 | 0 | 0.56 | 276.99 | 0.48 | 0.3 |
| Hex | 55 | 28 | 71 | 19 | 41 | 0 | 38 | 115 | 30 | 1E |
| Octal | 125 | 50 | 161 | 31 | 101 | 0 | 70 | 425 | 60 | 36 |
| Binary | 1010101 | 101000 | 1110001 | 11001 | 1000001 | 0 | 111000 | 100010101 | 110000 | 11110 |
Color Harmonies of #552871
Complementary color
Monochromatic Colors of #552871
Black with #552871
Text Example
Text Example
White with #552871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552871; }
p { color: rgb(85,40,113); }
H1.HeaderClassName
{
color: #552871;
}
.AnyTagClassName
{
color: #552871;
}
</style>
background-color css
<style>
a { background-color: #552871; }
a { background-color: rgb(85,40,113); }
div.DivClassName
{
background-color: #552871;
}
.BgClassName
{
background-color: #552871;
}
</style>
border-color css
<style>
span { border-color: #552871; }
span { border-color: rgb(85,40,113); }
td.TdClassName
{
border-color: #552871;
}
.TagClassName
{
border-color: #552871;
}
</style>