Shades of Blue Diamond #521D70
Tints of Blue Diamond #521D70
RGB
CMYK
RGB Variations
Color information
#521D70 (or 0x521D70) is known color: Blue Diamond. HEX triplet: 52, 1D and 70. RGB value is (82,29,112). Sum of RGB (Red+Green+Blue) = 82+29+112=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #521D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D70 is #ADE28F. Grayscale: #363636. Windows color (decimal): -11395728 or 7347538. OLE color: 7347538.
HSL color Cylindrical-coordinate representation of color #521D70: hue angle of 278.31º 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 #521D70 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 29 | 112 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.56 |
| HSL | 278.31º | 0.59% | 0.28% | - |
| HSV(B) | 278.31º | 0.74% | 0.44% | - |
| XYZ | 6.84 | 3.84 | 15.71 | - |
| YUV | 54.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 112 | 0.27 | 0.74 | 0 | 0.56 | 278.31 | 0.59 | 0.28 |
| Hex | 52 | 1D | 70 | 1B | 4A | 0 | 38 | 116 | 3B | 1C |
| Octal | 122 | 35 | 160 | 33 | 112 | 0 | 70 | 426 | 73 | 34 |
| Binary | 1010010 | 11101 | 1110000 | 11011 | 1001010 | 0 | 111000 | 100010110 | 111011 | 11100 |
Color Harmonies of #521D70
Complementary color
Monochromatic Colors of #521D70
Black with #521D70
Text Example
Text Example
White with #521D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D70; }
p { color: rgb(82,29,112); }
H1.HeaderClassName
{
color: #521D70;
}
.AnyTagClassName
{
color: #521D70;
}
</style>
background-color css
<style>
a { background-color: #521D70; }
a { background-color: rgb(82,29,112); }
div.DivClassName
{
background-color: #521D70;
}
.BgClassName
{
background-color: #521D70;
}
</style>
border-color css
<style>
span { border-color: #521D70; }
span { border-color: rgb(82,29,112); }
td.TdClassName
{
border-color: #521D70;
}
.TagClassName
{
border-color: #521D70;
}
</style>