Shades of Blue Diamond #522E6A
Tints of Blue Diamond #522E6A
RGB
CMYK
RGB Variations
Color information
#522E6A (or 0x522E6A) is known color: Blue Diamond. HEX triplet: 52, 2E and 6A. RGB value is (82,46,106). Sum of RGB (Red+Green+Blue) = 82+46+106=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #522E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E6A is #ADD195. Grayscale: #3F3F3F. Windows color (decimal): -11391382 or 6958674. OLE color: 6958674.
HSL color Cylindrical-coordinate representation of color #522E6A: hue angle of 276º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522E6A is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 46 | 106 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.58 |
| HSL | 276º | 0.39% | 0.3% | - |
| HSV(B) | 276º | 0.57% | 0.42% | - |
| XYZ | 7.06 | 4.79 | 14.19 | - |
| YUV | 63.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 106 | 0.23 | 0.57 | 0 | 0.58 | 276 | 0.39 | 0.3 |
| Hex | 52 | 2E | 6A | 17 | 39 | 0 | 3A | 114 | 27 | 1E |
| Octal | 122 | 56 | 152 | 27 | 71 | 0 | 72 | 424 | 47 | 36 |
| Binary | 1010010 | 101110 | 1101010 | 10111 | 111001 | 0 | 111010 | 100010100 | 100111 | 11110 |
Color Harmonies of #522E6A
Complementary color
Monochromatic Colors of #522E6A
Black with #522E6A
Text Example
Text Example
White with #522E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E6A; }
p { color: rgb(82,46,106); }
H1.HeaderClassName
{
color: #522E6A;
}
.AnyTagClassName
{
color: #522E6A;
}
</style>
background-color css
<style>
a { background-color: #522E6A; }
a { background-color: rgb(82,46,106); }
div.DivClassName
{
background-color: #522E6A;
}
.BgClassName
{
background-color: #522E6A;
}
</style>
border-color css
<style>
span { border-color: #522E6A; }
span { border-color: rgb(82,46,106); }
td.TdClassName
{
border-color: #522E6A;
}
.TagClassName
{
border-color: #522E6A;
}
</style>