Shades of Blue Diamond #522273
Tints of Blue Diamond #522273
RGB
CMYK
RGB Variations
Color information
#522273 (or 0x522273) is known color: Blue Diamond. HEX triplet: 52, 22 and 73. RGB value is (82,34,115). Sum of RGB (Red+Green+Blue) = 82+34+115=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #522273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522273 is #ADDD8C. Grayscale: #393939. Windows color (decimal): -11394445 or 7545426. OLE color: 7545426.
HSL color Cylindrical-coordinate representation of color #522273: hue angle of 275.56º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522273 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 34 | 115 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.55 |
| HSL | 275.56º | 0.54% | 0.29% | - |
| HSV(B) | 275.56º | 0.7% | 0.45% | - |
| XYZ | 7.15 | 4.18 | 16.65 | - |
| YUV | 57.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 115 | 0.29 | 0.70 | 0 | 0.55 | 275.56 | 0.54 | 0.29 |
| Hex | 52 | 22 | 73 | 1D | 46 | 0 | 37 | 114 | 36 | 1D |
| Octal | 122 | 42 | 163 | 35 | 106 | 0 | 67 | 424 | 66 | 35 |
| Binary | 1010010 | 100010 | 1110011 | 11101 | 1000110 | 0 | 110111 | 100010100 | 110110 | 11101 |
Color Harmonies of #522273
Complementary color
Monochromatic Colors of #522273
Black with #522273
Text Example
Text Example
White with #522273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522273; }
p { color: rgb(82,34,115); }
H1.HeaderClassName
{
color: #522273;
}
.AnyTagClassName
{
color: #522273;
}
</style>
background-color css
<style>
a { background-color: #522273; }
a { background-color: rgb(82,34,115); }
div.DivClassName
{
background-color: #522273;
}
.BgClassName
{
background-color: #522273;
}
</style>
border-color css
<style>
span { border-color: #522273; }
span { border-color: rgb(82,34,115); }
td.TdClassName
{
border-color: #522273;
}
.TagClassName
{
border-color: #522273;
}
</style>