Shades of Blue Diamond #522C73
Tints of Blue Diamond #522C73
RGB
CMYK
RGB Variations
Color information
#522C73 (or 0x522C73) is known color: Blue Diamond. HEX triplet: 52, 2C and 73. RGB value is (82,44,115). Sum of RGB (Red+Green+Blue) = 82+44+115=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #522C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C73 is #ADD38C. Grayscale: #3F3F3F. Windows color (decimal): -11391885 or 7547986. OLE color: 7547986.
HSL color Cylindrical-coordinate representation of color #522C73: hue angle of 272.11º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522C73 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 44 | 115 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.55 |
| HSL | 272.11º | 0.45% | 0.31% | - |
| HSV(B) | 272.11º | 0.62% | 0.45% | - |
| XYZ | 7.47 | 4.83 | 16.76 | - |
| YUV | 63.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 115 | 0.29 | 0.62 | 0 | 0.55 | 272.11 | 0.45 | 0.31 |
| Hex | 52 | 2C | 73 | 1D | 3E | 0 | 37 | 110 | 2D | 1F |
| Octal | 122 | 54 | 163 | 35 | 76 | 0 | 67 | 420 | 55 | 37 |
| Binary | 1010010 | 101100 | 1110011 | 11101 | 111110 | 0 | 110111 | 100010000 | 101101 | 11111 |
Color Harmonies of #522C73
Complementary color
Monochromatic Colors of #522C73
Black with #522C73
Text Example
Text Example
White with #522C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C73; }
p { color: rgb(82,44,115); }
H1.HeaderClassName
{
color: #522C73;
}
.AnyTagClassName
{
color: #522C73;
}
</style>
background-color css
<style>
a { background-color: #522C73; }
a { background-color: rgb(82,44,115); }
div.DivClassName
{
background-color: #522C73;
}
.BgClassName
{
background-color: #522C73;
}
</style>
border-color css
<style>
span { border-color: #522C73; }
span { border-color: rgb(82,44,115); }
td.TdClassName
{
border-color: #522C73;
}
.TagClassName
{
border-color: #522C73;
}
</style>