Shades of Blue Diamond #552172
Tints of Blue Diamond #552172
RGB
CMYK
RGB Variations
Color information
#552172 (or 0x552172) is known color: Blue Diamond. HEX triplet: 55, 21 and 72. RGB value is (85,33,114). Sum of RGB (Red+Green+Blue) = 85+33+114=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #552172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552172 is #AADE8D. Grayscale: #393939. Windows color (decimal): -11198094 or 7479637. OLE color: 7479637.
HSL color Cylindrical-coordinate representation of color #552172: hue angle of 278.52º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552172 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 33 | 114 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.55 |
| HSL | 278.52º | 0.55% | 0.29% | - |
| HSV(B) | 278.52º | 0.71% | 0.45% | - |
| XYZ | 7.33 | 4.23 | 16.35 | - |
| YUV | 57.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 114 | 0.25 | 0.71 | 0 | 0.55 | 278.52 | 0.55 | 0.29 |
| Hex | 55 | 21 | 72 | 19 | 47 | 0 | 37 | 117 | 37 | 1D |
| Octal | 125 | 41 | 162 | 31 | 107 | 0 | 67 | 427 | 67 | 35 |
| Binary | 1010101 | 100001 | 1110010 | 11001 | 1000111 | 0 | 110111 | 100010111 | 110111 | 11101 |
Color Harmonies of #552172
Complementary color
Monochromatic Colors of #552172
Black with #552172
Text Example
Text Example
White with #552172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552172; }
p { color: rgb(85,33,114); }
H1.HeaderClassName
{
color: #552172;
}
.AnyTagClassName
{
color: #552172;
}
</style>
background-color css
<style>
a { background-color: #552172; }
a { background-color: rgb(85,33,114); }
div.DivClassName
{
background-color: #552172;
}
.BgClassName
{
background-color: #552172;
}
</style>
border-color css
<style>
span { border-color: #552172; }
span { border-color: rgb(85,33,114); }
td.TdClassName
{
border-color: #552172;
}
.TagClassName
{
border-color: #552172;
}
</style>