Shades of Blue Diamond #522A70
Tints of Blue Diamond #522A70
RGB
CMYK
RGB Variations
Color information
#522A70 (or 0x522A70) is known color: Blue Diamond. HEX triplet: 52, 2A and 70. RGB value is (82,42,112). Sum of RGB (Red+Green+Blue) = 82+42+112=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #522A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A70 is #ADD58F. Grayscale: #3D3D3D. Windows color (decimal): -11392400 or 7350866. OLE color: 7350866.
HSL color Cylindrical-coordinate representation of color #522A70: hue angle of 274.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522A70 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 42 | 112 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.56 |
| HSL | 274.29º | 0.45% | 0.3% | - |
| HSV(B) | 274.29º | 0.63% | 0.44% | - |
| XYZ | 7.23 | 4.62 | 15.84 | - |
| YUV | 61.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 112 | 0.27 | 0.62 | 0 | 0.56 | 274.29 | 0.45 | 0.3 |
| Hex | 52 | 2A | 70 | 1B | 3E | 0 | 38 | 112 | 2D | 1E |
| Octal | 122 | 52 | 160 | 33 | 76 | 0 | 70 | 422 | 55 | 36 |
| Binary | 1010010 | 101010 | 1110000 | 11011 | 111110 | 0 | 111000 | 100010010 | 101101 | 11110 |
Color Harmonies of #522A70
Complementary color
Monochromatic Colors of #522A70
Black with #522A70
Text Example
Text Example
White with #522A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A70; }
p { color: rgb(82,42,112); }
H1.HeaderClassName
{
color: #522A70;
}
.AnyTagClassName
{
color: #522A70;
}
</style>
background-color css
<style>
a { background-color: #522A70; }
a { background-color: rgb(82,42,112); }
div.DivClassName
{
background-color: #522A70;
}
.BgClassName
{
background-color: #522A70;
}
</style>
border-color css
<style>
span { border-color: #522A70; }
span { border-color: rgb(82,42,112); }
td.TdClassName
{
border-color: #522A70;
}
.TagClassName
{
border-color: #522A70;
}
</style>