Shades of Blue Diamond #521D79
Tints of Blue Diamond #521D79
RGB
CMYK
RGB Variations
Color information
#521D79 (or 0x521D79) is known color: Blue Diamond. HEX triplet: 52, 1D and 79. RGB value is (82,29,121). Sum of RGB (Red+Green+Blue) = 82+29+121=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #521D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D79 is #ADE286. Grayscale: #373737. Windows color (decimal): -11395719 or 7937362. OLE color: 7937362.
HSL color Cylindrical-coordinate representation of color #521D79: hue angle of 274.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521D79 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 29 | 121 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.53 |
| HSL | 274.57º | 0.61% | 0.29% | - |
| HSV(B) | 274.57º | 0.76% | 0.47% | - |
| XYZ | 7.37 | 4.05 | 18.48 | - |
| YUV | 55.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 121 | 0.32 | 0.76 | 0 | 0.53 | 274.57 | 0.61 | 0.29 |
| Hex | 52 | 1D | 79 | 20 | 4C | 0 | 35 | 113 | 3D | 1D |
| Octal | 122 | 35 | 171 | 40 | 114 | 0 | 65 | 423 | 75 | 35 |
| Binary | 1010010 | 11101 | 1111001 | 100000 | 1001100 | 0 | 110101 | 100010011 | 111101 | 11101 |
Color Harmonies of #521D79
Complementary color
Monochromatic Colors of #521D79
Black with #521D79
Text Example
Text Example
White with #521D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D79; }
p { color: rgb(82,29,121); }
H1.HeaderClassName
{
color: #521D79;
}
.AnyTagClassName
{
color: #521D79;
}
</style>
background-color css
<style>
a { background-color: #521D79; }
a { background-color: rgb(82,29,121); }
div.DivClassName
{
background-color: #521D79;
}
.BgClassName
{
background-color: #521D79;
}
</style>
border-color css
<style>
span { border-color: #521D79; }
span { border-color: rgb(82,29,121); }
td.TdClassName
{
border-color: #521D79;
}
.TagClassName
{
border-color: #521D79;
}
</style>