Shades of Blue Diamond #521D73
Tints of Blue Diamond #521D73
RGB
CMYK
RGB Variations
Color information
#521D73 (or 0x521D73) is known color: Blue Diamond. HEX triplet: 52, 1D and 73. RGB value is (82,29,115). Sum of RGB (Red+Green+Blue) = 82+29+115=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #521D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D73 is #ADE28C. Grayscale: #363636. Windows color (decimal): -11395725 or 7544146. OLE color: 7544146.
HSL color Cylindrical-coordinate representation of color #521D73: hue angle of 276.98º degrees, saturation: 0.6, 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 #521D73 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 29 | 115 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.55 |
| HSL | 276.98º | 0.6% | 0.28% | - |
| HSV(B) | 276.98º | 0.75% | 0.45% | - |
| XYZ | 7.01 | 3.91 | 16.6 | - |
| YUV | 54.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 115 | 0.29 | 0.75 | 0 | 0.55 | 276.98 | 0.6 | 0.28 |
| Hex | 52 | 1D | 73 | 1D | 4B | 0 | 37 | 115 | 3C | 1C |
| Octal | 122 | 35 | 163 | 35 | 113 | 0 | 67 | 425 | 74 | 34 |
| Binary | 1010010 | 11101 | 1110011 | 11101 | 1001011 | 0 | 110111 | 100010101 | 111100 | 11100 |
Color Harmonies of #521D73
Complementary color
Monochromatic Colors of #521D73
Black with #521D73
Text Example
Text Example
White with #521D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D73; }
p { color: rgb(82,29,115); }
H1.HeaderClassName
{
color: #521D73;
}
.AnyTagClassName
{
color: #521D73;
}
</style>
background-color css
<style>
a { background-color: #521D73; }
a { background-color: rgb(82,29,115); }
div.DivClassName
{
background-color: #521D73;
}
.BgClassName
{
background-color: #521D73;
}
</style>
border-color css
<style>
span { border-color: #521D73; }
span { border-color: rgb(82,29,115); }
td.TdClassName
{
border-color: #521D73;
}
.TagClassName
{
border-color: #521D73;
}
</style>