Shades of Blue Diamond #522080
Tints of Blue Diamond #522080
RGB
CMYK
RGB Variations
Color information
#522080 (or 0x522080) is known color: Blue Diamond. HEX triplet: 52, 20 and 80. RGB value is (82,32,128). Sum of RGB (Red+Green+Blue) = 82+32+128=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #522080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522080 is #ADDF7F. Grayscale: #393939. Windows color (decimal): -11394944 or 8396882. OLE color: 8396882.
HSL color Cylindrical-coordinate representation of color #522080: hue angle of 271.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522080 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 32 | 128 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.50 |
| HSL | 271.25º | 0.6% | 0.31% | - |
| HSV(B) | 271.25º | 0.75% | 0.5% | - |
| XYZ | 7.89 | 4.39 | 20.85 | - |
| YUV | 57.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 128 | 0.36 | 0.75 | 0 | 0.50 | 271.25 | 0.6 | 0.31 |
| Hex | 52 | 20 | 80 | 24 | 4B | 0 | 32 | 10F | 3C | 1F |
| Octal | 122 | 40 | 200 | 44 | 113 | 0 | 62 | 417 | 74 | 37 |
| Binary | 1010010 | 100000 | 10000000 | 100100 | 1001011 | 0 | 110010 | 100001111 | 111100 | 11111 |
Color Harmonies of #522080
Complementary color
Monochromatic Colors of #522080
Black with #522080
Text Example
Text Example
White with #522080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522080; }
p { color: rgb(82,32,128); }
H1.HeaderClassName
{
color: #522080;
}
.AnyTagClassName
{
color: #522080;
}
</style>
background-color css
<style>
a { background-color: #522080; }
a { background-color: rgb(82,32,128); }
div.DivClassName
{
background-color: #522080;
}
.BgClassName
{
background-color: #522080;
}
</style>
border-color css
<style>
span { border-color: #522080; }
span { border-color: rgb(82,32,128); }
td.TdClassName
{
border-color: #522080;
}
.TagClassName
{
border-color: #522080;
}
</style>