Shades of Blue Diamond #552072
Tints of Blue Diamond #552072
RGB
CMYK
RGB Variations
Color information
#552072 (or 0x552072) is known color: Blue Diamond. HEX triplet: 55, 20 and 72. RGB value is (85,32,114). Sum of RGB (Red+Green+Blue) = 85+32+114=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #552072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552072 is #AADF8D. Grayscale: #383838. Windows color (decimal): -11198350 or 7479381. OLE color: 7479381.
HSL color Cylindrical-coordinate representation of color #552072: hue angle of 278.78º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552072 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 32 | 114 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.55 |
| HSL | 278.78º | 0.56% | 0.29% | - |
| HSV(B) | 278.78º | 0.72% | 0.45% | - |
| XYZ | 7.3 | 4.18 | 16.34 | - |
| YUV | 57.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 114 | 0.25 | 0.72 | 0 | 0.55 | 278.78 | 0.56 | 0.29 |
| Hex | 55 | 20 | 72 | 19 | 48 | 0 | 37 | 117 | 38 | 1D |
| Octal | 125 | 40 | 162 | 31 | 110 | 0 | 67 | 427 | 70 | 35 |
| Binary | 1010101 | 100000 | 1110010 | 11001 | 1001000 | 0 | 110111 | 100010111 | 111000 | 11101 |
Color Harmonies of #552072
Complementary color
Monochromatic Colors of #552072
Black with #552072
Text Example
Text Example
White with #552072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552072; }
p { color: rgb(85,32,114); }
H1.HeaderClassName
{
color: #552072;
}
.AnyTagClassName
{
color: #552072;
}
</style>
background-color css
<style>
a { background-color: #552072; }
a { background-color: rgb(85,32,114); }
div.DivClassName
{
background-color: #552072;
}
.BgClassName
{
background-color: #552072;
}
</style>
border-color css
<style>
span { border-color: #552072; }
span { border-color: rgb(85,32,114); }
td.TdClassName
{
border-color: #552072;
}
.TagClassName
{
border-color: #552072;
}
</style>