Shades of Blue Diamond #522C6A
Tints of Blue Diamond #522C6A
RGB
CMYK
RGB Variations
Color information
#522C6A (or 0x522C6A) is known color: Blue Diamond. HEX triplet: 52, 2C and 6A. RGB value is (82,44,106). Sum of RGB (Red+Green+Blue) = 82+44+106=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #522C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C6A is #ADD395. Grayscale: #3E3E3E. Windows color (decimal): -11391894 or 6958162. OLE color: 6958162.
HSL color Cylindrical-coordinate representation of color #522C6A: hue angle of 276.77º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #522C6A is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 44 | 106 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.58 |
| HSL | 276.77º | 0.41% | 0.29% | - |
| HSV(B) | 276.77º | 0.58% | 0.42% | - |
| XYZ | 6.98 | 4.64 | 14.16 | - |
| YUV | 62.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 106 | 0.23 | 0.58 | 0 | 0.58 | 276.77 | 0.41 | 0.29 |
| Hex | 52 | 2C | 6A | 17 | 3A | 0 | 3A | 115 | 29 | 1D |
| Octal | 122 | 54 | 152 | 27 | 72 | 0 | 72 | 425 | 51 | 35 |
| Binary | 1010010 | 101100 | 1101010 | 10111 | 111010 | 0 | 111010 | 100010101 | 101001 | 11101 |
Color Harmonies of #522C6A
Complementary color
Monochromatic Colors of #522C6A
Black with #522C6A
Text Example
Text Example
White with #522C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C6A; }
p { color: rgb(82,44,106); }
H1.HeaderClassName
{
color: #522C6A;
}
.AnyTagClassName
{
color: #522C6A;
}
</style>
background-color css
<style>
a { background-color: #522C6A; }
a { background-color: rgb(82,44,106); }
div.DivClassName
{
background-color: #522C6A;
}
.BgClassName
{
background-color: #522C6A;
}
</style>
border-color css
<style>
span { border-color: #522C6A; }
span { border-color: rgb(82,44,106); }
td.TdClassName
{
border-color: #522C6A;
}
.TagClassName
{
border-color: #522C6A;
}
</style>