Shades of Blue Diamond #522A71
Tints of Blue Diamond #522A71
RGB
CMYK
RGB Variations
Color information
#522A71 (or 0x522A71) is known color: Blue Diamond. HEX triplet: 52, 2A and 71. RGB value is (82,42,113). Sum of RGB (Red+Green+Blue) = 82+42+113=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #522A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A71 is #ADD58E. Grayscale: #3D3D3D. Windows color (decimal): -11392399 or 7416402. OLE color: 7416402.
HSL color Cylindrical-coordinate representation of color #522A71: hue angle of 273.8º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #522A71 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 42 | 113 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.56 |
| HSL | 273.8º | 0.46% | 0.3% | - |
| HSV(B) | 273.8º | 0.63% | 0.44% | - |
| XYZ | 7.29 | 4.64 | 16.13 | - |
| YUV | 62.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 113 | 0.27 | 0.63 | 0 | 0.56 | 273.8 | 0.46 | 0.3 |
| Hex | 52 | 2A | 71 | 1B | 3F | 0 | 38 | 112 | 2E | 1E |
| Octal | 122 | 52 | 161 | 33 | 77 | 0 | 70 | 422 | 56 | 36 |
| Binary | 1010010 | 101010 | 1110001 | 11011 | 111111 | 0 | 111000 | 100010010 | 101110 | 11110 |
Color Harmonies of #522A71
Complementary color
Monochromatic Colors of #522A71
Black with #522A71
Text Example
Text Example
White with #522A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A71; }
p { color: rgb(82,42,113); }
H1.HeaderClassName
{
color: #522A71;
}
.AnyTagClassName
{
color: #522A71;
}
</style>
background-color css
<style>
a { background-color: #522A71; }
a { background-color: rgb(82,42,113); }
div.DivClassName
{
background-color: #522A71;
}
.BgClassName
{
background-color: #522A71;
}
</style>
border-color css
<style>
span { border-color: #522A71; }
span { border-color: rgb(82,42,113); }
td.TdClassName
{
border-color: #522A71;
}
.TagClassName
{
border-color: #522A71;
}
</style>