Shades of Blue Diamond #521D71
Tints of Blue Diamond #521D71
RGB
CMYK
RGB Variations
Color information
#521D71 (or 0x521D71) is known color: Blue Diamond. HEX triplet: 52, 1D and 71. RGB value is (82,29,113). Sum of RGB (Red+Green+Blue) = 82+29+113=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #521D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D71 is #ADE28E. Grayscale: #363636. Windows color (decimal): -11395727 or 7413074. OLE color: 7413074.
HSL color Cylindrical-coordinate representation of color #521D71: hue angle of 277.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521D71 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 29 | 113 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.56 |
| HSL | 277.86º | 0.59% | 0.28% | - |
| HSV(B) | 277.86º | 0.74% | 0.44% | - |
| XYZ | 6.9 | 3.86 | 16.01 | - |
| YUV | 54.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 113 | 0.27 | 0.74 | 0 | 0.56 | 277.86 | 0.59 | 0.28 |
| Hex | 52 | 1D | 71 | 1B | 4A | 0 | 38 | 116 | 3B | 1C |
| Octal | 122 | 35 | 161 | 33 | 112 | 0 | 70 | 426 | 73 | 34 |
| Binary | 1010010 | 11101 | 1110001 | 11011 | 1001010 | 0 | 111000 | 100010110 | 111011 | 11100 |
Color Harmonies of #521D71
Complementary color
Monochromatic Colors of #521D71
Black with #521D71
Text Example
Text Example
White with #521D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D71; }
p { color: rgb(82,29,113); }
H1.HeaderClassName
{
color: #521D71;
}
.AnyTagClassName
{
color: #521D71;
}
</style>
background-color css
<style>
a { background-color: #521D71; }
a { background-color: rgb(82,29,113); }
div.DivClassName
{
background-color: #521D71;
}
.BgClassName
{
background-color: #521D71;
}
</style>
border-color css
<style>
span { border-color: #521D71; }
span { border-color: rgb(82,29,113); }
td.TdClassName
{
border-color: #521D71;
}
.TagClassName
{
border-color: #521D71;
}
</style>