Shades of Blue Diamond #521D72
Tints of Blue Diamond #521D72
RGB
CMYK
RGB Variations
Color information
#521D72 (or 0x521D72) is known color: Blue Diamond. HEX triplet: 52, 1D and 72. RGB value is (82,29,114). Sum of RGB (Red+Green+Blue) = 82+29+114=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #521D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D72 is #ADE28D. Grayscale: #363636. Windows color (decimal): -11395726 or 7478610. OLE color: 7478610.
HSL color Cylindrical-coordinate representation of color #521D72: hue angle of 277.41º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521D72 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 29 | 114 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.55 |
| HSL | 277.41º | 0.59% | 0.28% | - |
| HSV(B) | 277.41º | 0.75% | 0.45% | - |
| XYZ | 6.96 | 3.89 | 16.3 | - |
| YUV | 54.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 114 | 0.28 | 0.75 | 0 | 0.55 | 277.41 | 0.59 | 0.28 |
| Hex | 52 | 1D | 72 | 1C | 4B | 0 | 37 | 115 | 3B | 1C |
| Octal | 122 | 35 | 162 | 34 | 113 | 0 | 67 | 425 | 73 | 34 |
| Binary | 1010010 | 11101 | 1110010 | 11100 | 1001011 | 0 | 110111 | 100010101 | 111011 | 11100 |
Color Harmonies of #521D72
Complementary color
Monochromatic Colors of #521D72
Black with #521D72
Text Example
Text Example
White with #521D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D72; }
p { color: rgb(82,29,114); }
H1.HeaderClassName
{
color: #521D72;
}
.AnyTagClassName
{
color: #521D72;
}
</style>
background-color css
<style>
a { background-color: #521D72; }
a { background-color: rgb(82,29,114); }
div.DivClassName
{
background-color: #521D72;
}
.BgClassName
{
background-color: #521D72;
}
</style>
border-color css
<style>
span { border-color: #521D72; }
span { border-color: rgb(82,29,114); }
td.TdClassName
{
border-color: #521D72;
}
.TagClassName
{
border-color: #521D72;
}
</style>