Shades of Blue Diamond #522E73
Tints of Blue Diamond #522E73
RGB
CMYK
RGB Variations
Color information
#522E73 (or 0x522E73) is known color: Blue Diamond. HEX triplet: 52, 2E and 73. RGB value is (82,46,115). Sum of RGB (Red+Green+Blue) = 82+46+115=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #522E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E73 is #ADD18C. Grayscale: #404040. Windows color (decimal): -11391373 or 7548498. OLE color: 7548498.
HSL color Cylindrical-coordinate representation of color #522E73: hue angle of 271.3º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522E73 is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 46 | 115 | - |
| CMYK | 0.29 | 0.6 | 0 | 0.55 |
| HSL | 271.3º | 0.43% | 0.32% | - |
| HSV(B) | 271.3º | 0.6% | 0.45% | - |
| XYZ | 7.55 | 4.99 | 16.78 | - |
| YUV | 64.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 115 | 0.29 | 0.6 | 0 | 0.55 | 271.3 | 0.43 | 0.32 |
| Hex | 52 | 2E | 73 | 1D | 3C | 0 | 37 | 10F | 2B | 20 |
| Octal | 122 | 56 | 163 | 35 | 74 | 0 | 67 | 417 | 53 | 40 |
| Binary | 1010010 | 101110 | 1110011 | 11101 | 111100 | 0 | 110111 | 100001111 | 101011 | 100000 |
Color Harmonies of #522E73
Complementary color
Monochromatic Colors of #522E73
Black with #522E73
Text Example
Text Example
White with #522E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E73; }
p { color: rgb(82,46,115); }
H1.HeaderClassName
{
color: #522E73;
}
.AnyTagClassName
{
color: #522E73;
}
</style>
background-color css
<style>
a { background-color: #522E73; }
a { background-color: rgb(82,46,115); }
div.DivClassName
{
background-color: #522E73;
}
.BgClassName
{
background-color: #522E73;
}
</style>
border-color css
<style>
span { border-color: #522E73; }
span { border-color: rgb(82,46,115); }
td.TdClassName
{
border-color: #522E73;
}
.TagClassName
{
border-color: #522E73;
}
</style>