Shades of Blue Diamond #521E82
Tints of Blue Diamond #521E82
RGB
CMYK
RGB Variations
Color information
#521E82 (or 0x521E82) is known color: Blue Diamond. HEX triplet: 52, 1E and 82. RGB value is (82,30,130). Sum of RGB (Red+Green+Blue) = 82+30+130=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #521E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521E82 is #ADE17D. Grayscale: #383838. Windows color (decimal): -11395454 or 8527442. OLE color: 8527442.
HSL color Cylindrical-coordinate representation of color #521E82: hue angle of 271.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521E82 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 30 | 130 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.49 |
| HSL | 271.2º | 0.63% | 0.31% | - |
| HSV(B) | 271.2º | 0.77% | 0.51% | - |
| XYZ | 7.97 | 4.33 | 21.54 | - |
| YUV | 56.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 130 | 0.37 | 0.77 | 0 | 0.49 | 271.2 | 0.63 | 0.31 |
| Hex | 52 | 1E | 82 | 25 | 4D | 0 | 31 | 10F | 3E | 1F |
| Octal | 122 | 36 | 202 | 45 | 115 | 0 | 61 | 417 | 76 | 37 |
| Binary | 1010010 | 11110 | 10000010 | 100101 | 1001101 | 0 | 110001 | 100001111 | 111110 | 11111 |
Color Harmonies of #521E82
Complementary color
Monochromatic Colors of #521E82
Black with #521E82
Text Example
Text Example
White with #521E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E82; }
p { color: rgb(82,30,130); }
H1.HeaderClassName
{
color: #521E82;
}
.AnyTagClassName
{
color: #521E82;
}
</style>
background-color css
<style>
a { background-color: #521E82; }
a { background-color: rgb(82,30,130); }
div.DivClassName
{
background-color: #521E82;
}
.BgClassName
{
background-color: #521E82;
}
</style>
border-color css
<style>
span { border-color: #521E82; }
span { border-color: rgb(82,30,130); }
td.TdClassName
{
border-color: #521E82;
}
.TagClassName
{
border-color: #521E82;
}
</style>