Shades of Blue Diamond #521971
Tints of Blue Diamond #521971
RGB
CMYK
RGB Variations
Color information
#521971 (or 0x521971) is known color: Blue Diamond. HEX triplet: 52, 19 and 71. RGB value is (82,25,113). Sum of RGB (Red+Green+Blue) = 82+25+113=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #521971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521971 is #ADE68E. Grayscale: #333333. Windows color (decimal): -11396751 or 7412050. OLE color: 7412050.
HSL color Cylindrical-coordinate representation of color #521971: hue angle of 278.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521971 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 25 | 113 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.56 |
| HSL | 278.86º | 0.64% | 0.27% | - |
| HSV(B) | 278.86º | 0.78% | 0.44% | - |
| XYZ | 6.81 | 3.68 | 15.97 | - |
| YUV | 52.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 113 | 0.27 | 0.78 | 0 | 0.56 | 278.86 | 0.64 | 0.27 |
| Hex | 52 | 19 | 71 | 1B | 4E | 0 | 38 | 117 | 40 | 1B |
| Octal | 122 | 31 | 161 | 33 | 116 | 0 | 70 | 427 | 100 | 33 |
| Binary | 1010010 | 11001 | 1110001 | 11011 | 1001110 | 0 | 111000 | 100010111 | 1000000 | 11011 |
Color Harmonies of #521971
Complementary color
Monochromatic Colors of #521971
Black with #521971
Text Example
Text Example
White with #521971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521971; }
p { color: rgb(82,25,113); }
H1.HeaderClassName
{
color: #521971;
}
.AnyTagClassName
{
color: #521971;
}
</style>
background-color css
<style>
a { background-color: #521971; }
a { background-color: rgb(82,25,113); }
div.DivClassName
{
background-color: #521971;
}
.BgClassName
{
background-color: #521971;
}
</style>
border-color css
<style>
span { border-color: #521971; }
span { border-color: rgb(82,25,113); }
td.TdClassName
{
border-color: #521971;
}
.TagClassName
{
border-color: #521971;
}
</style>