Shades of Blue Diamond #522A73
Tints of Blue Diamond #522A73
RGB
CMYK
RGB Variations
Color information
#522A73 (or 0x522A73) is known color: Blue Diamond. HEX triplet: 52, 2A and 73. RGB value is (82,42,115). Sum of RGB (Red+Green+Blue) = 82+42+115=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #522A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A73 is #ADD58C. Grayscale: #3E3E3E. Windows color (decimal): -11392397 or 7547474. OLE color: 7547474.
HSL color Cylindrical-coordinate representation of color #522A73: hue angle of 272.88º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #522A73 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 42 | 115 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.55 |
| HSL | 272.88º | 0.46% | 0.31% | - |
| HSV(B) | 272.88º | 0.63% | 0.45% | - |
| XYZ | 7.4 | 4.69 | 16.73 | - |
| YUV | 62.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 115 | 0.29 | 0.63 | 0 | 0.55 | 272.88 | 0.46 | 0.31 |
| Hex | 52 | 2A | 73 | 1D | 3F | 0 | 37 | 111 | 2E | 1F |
| Octal | 122 | 52 | 163 | 35 | 77 | 0 | 67 | 421 | 56 | 37 |
| Binary | 1010010 | 101010 | 1110011 | 11101 | 111111 | 0 | 110111 | 100010001 | 101110 | 11111 |
Color Harmonies of #522A73
Complementary color
Monochromatic Colors of #522A73
Black with #522A73
Text Example
Text Example
White with #522A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A73; }
p { color: rgb(82,42,115); }
H1.HeaderClassName
{
color: #522A73;
}
.AnyTagClassName
{
color: #522A73;
}
</style>
background-color css
<style>
a { background-color: #522A73; }
a { background-color: rgb(82,42,115); }
div.DivClassName
{
background-color: #522A73;
}
.BgClassName
{
background-color: #522A73;
}
</style>
border-color css
<style>
span { border-color: #522A73; }
span { border-color: rgb(82,42,115); }
td.TdClassName
{
border-color: #522A73;
}
.TagClassName
{
border-color: #522A73;
}
</style>