Shades of Blue Diamond #532080
Tints of Blue Diamond #532080
RGB
CMYK
RGB Variations
Color information
#532080 (or 0x532080) is known color: Blue Diamond. HEX triplet: 53, 20 and 80. RGB value is (83,32,128). Sum of RGB (Red+Green+Blue) = 83+32+128=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #532080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532080 is #ACDF7F. Grayscale: #393939. Windows color (decimal): -11329408 or 8396883. OLE color: 8396883.
HSL color Cylindrical-coordinate representation of color #532080: hue angle of 271.88º 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 #532080 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 32 | 128 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.50 |
| HSL | 271.88º | 0.6% | 0.31% | - |
| HSV(B) | 271.88º | 0.75% | 0.5% | - |
| XYZ | 7.98 | 4.43 | 20.86 | - |
| YUV | 58.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 128 | 0.35 | 0.75 | 0 | 0.50 | 271.88 | 0.6 | 0.31 |
| Hex | 53 | 20 | 80 | 23 | 4B | 0 | 32 | 110 | 3C | 1F |
| Octal | 123 | 40 | 200 | 43 | 113 | 0 | 62 | 420 | 74 | 37 |
| Binary | 1010011 | 100000 | 10000000 | 100011 | 1001011 | 0 | 110010 | 100010000 | 111100 | 11111 |
Color Harmonies of #532080
Complementary color
Monochromatic Colors of #532080
Black with #532080
Text Example
Text Example
White with #532080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532080; }
p { color: rgb(83,32,128); }
H1.HeaderClassName
{
color: #532080;
}
.AnyTagClassName
{
color: #532080;
}
</style>
background-color css
<style>
a { background-color: #532080; }
a { background-color: rgb(83,32,128); }
div.DivClassName
{
background-color: #532080;
}
.BgClassName
{
background-color: #532080;
}
</style>
border-color css
<style>
span { border-color: #532080; }
span { border-color: rgb(83,32,128); }
td.TdClassName
{
border-color: #532080;
}
.TagClassName
{
border-color: #532080;
}
</style>