Shades of Blue Diamond #521D82
Tints of Blue Diamond #521D82
RGB
CMYK
RGB Variations
Color information
#521D82 (or 0x521D82) is known color: Blue Diamond. HEX triplet: 52, 1D and 82. RGB value is (82,29,130). Sum of RGB (Red+Green+Blue) = 82+29+130=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #521D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D82 is #ADE27D. Grayscale: #383838. Windows color (decimal): -11395710 or 8527186. OLE color: 8527186.
HSL color Cylindrical-coordinate representation of color #521D82: hue angle of 271.49º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521D82 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 29 | 130 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.49 |
| HSL | 271.49º | 0.64% | 0.31% | - |
| HSV(B) | 271.49º | 0.78% | 0.51% | - |
| XYZ | 7.95 | 4.28 | 21.53 | - |
| YUV | 56.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 130 | 0.37 | 0.78 | 0 | 0.49 | 271.49 | 0.64 | 0.31 |
| Hex | 52 | 1D | 82 | 25 | 4E | 0 | 31 | 10F | 40 | 1F |
| Octal | 122 | 35 | 202 | 45 | 116 | 0 | 61 | 417 | 100 | 37 |
| Binary | 1010010 | 11101 | 10000010 | 100101 | 1001110 | 0 | 110001 | 100001111 | 1000000 | 11111 |
Color Harmonies of #521D82
Complementary color
Monochromatic Colors of #521D82
Black with #521D82
Text Example
Text Example
White with #521D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D82; }
p { color: rgb(82,29,130); }
H1.HeaderClassName
{
color: #521D82;
}
.AnyTagClassName
{
color: #521D82;
}
</style>
background-color css
<style>
a { background-color: #521D82; }
a { background-color: rgb(82,29,130); }
div.DivClassName
{
background-color: #521D82;
}
.BgClassName
{
background-color: #521D82;
}
</style>
border-color css
<style>
span { border-color: #521D82; }
span { border-color: rgb(82,29,130); }
td.TdClassName
{
border-color: #521D82;
}
.TagClassName
{
border-color: #521D82;
}
</style>