Shades of Blue Diamond #521F70
Tints of Blue Diamond #521F70
RGB
CMYK
RGB Variations
Color information
#521F70 (or 0x521F70) is known color: Blue Diamond. HEX triplet: 52, 1F and 70. RGB value is (82,31,112). Sum of RGB (Red+Green+Blue) = 82+31+112=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #521F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F70 is #ADE08F. Grayscale: #373737. Windows color (decimal): -11395216 or 7348050. OLE color: 7348050.
HSL color Cylindrical-coordinate representation of color #521F70: hue angle of 277.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521F70 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 31 | 112 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.56 |
| HSL | 277.78º | 0.57% | 0.28% | - |
| HSV(B) | 277.78º | 0.72% | 0.44% | - |
| XYZ | 6.89 | 3.94 | 15.73 | - |
| YUV | 55.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 112 | 0.27 | 0.72 | 0 | 0.56 | 277.78 | 0.57 | 0.28 |
| Hex | 52 | 1F | 70 | 1B | 48 | 0 | 38 | 116 | 39 | 1C |
| Octal | 122 | 37 | 160 | 33 | 110 | 0 | 70 | 426 | 71 | 34 |
| Binary | 1010010 | 11111 | 1110000 | 11011 | 1001000 | 0 | 111000 | 100010110 | 111001 | 11100 |
Color Harmonies of #521F70
Complementary color
Monochromatic Colors of #521F70
Black with #521F70
Text Example
Text Example
White with #521F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F70; }
p { color: rgb(82,31,112); }
H1.HeaderClassName
{
color: #521F70;
}
.AnyTagClassName
{
color: #521F70;
}
</style>
background-color css
<style>
a { background-color: #521F70; }
a { background-color: rgb(82,31,112); }
div.DivClassName
{
background-color: #521F70;
}
.BgClassName
{
background-color: #521F70;
}
</style>
border-color css
<style>
span { border-color: #521F70; }
span { border-color: rgb(82,31,112); }
td.TdClassName
{
border-color: #521F70;
}
.TagClassName
{
border-color: #521F70;
}
</style>