Shades of Blue Diamond #521771
Tints of Blue Diamond #521771
RGB
CMYK
RGB Variations
Color information
#521771 (or 0x521771) is known color: Blue Diamond. HEX triplet: 52, 17 and 71. RGB value is (82,23,113). Sum of RGB (Red+Green+Blue) = 82+23+113=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #521771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521771 is #ADE88E. Grayscale: #323232. Windows color (decimal): -11397263 or 7411538. OLE color: 7411538.
HSL color Cylindrical-coordinate representation of color #521771: hue angle of 279.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521771 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 23 | 113 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.56 |
| HSL | 279.33º | 0.66% | 0.27% | - |
| HSV(B) | 279.33º | 0.8% | 0.44% | - |
| XYZ | 6.77 | 3.6 | 15.96 | - |
| YUV | 50.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 113 | 0.27 | 0.80 | 0 | 0.56 | 279.33 | 0.66 | 0.27 |
| Hex | 52 | 17 | 71 | 1B | 50 | 0 | 38 | 117 | 42 | 1B |
| Octal | 122 | 27 | 161 | 33 | 120 | 0 | 70 | 427 | 102 | 33 |
| Binary | 1010010 | 10111 | 1110001 | 11011 | 1010000 | 0 | 111000 | 100010111 | 1000010 | 11011 |
Color Harmonies of #521771
Complementary color
Monochromatic Colors of #521771
Black with #521771
Text Example
Text Example
White with #521771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521771; }
p { color: rgb(82,23,113); }
H1.HeaderClassName
{
color: #521771;
}
.AnyTagClassName
{
color: #521771;
}
</style>
background-color css
<style>
a { background-color: #521771; }
a { background-color: rgb(82,23,113); }
div.DivClassName
{
background-color: #521771;
}
.BgClassName
{
background-color: #521771;
}
</style>
border-color css
<style>
span { border-color: #521771; }
span { border-color: rgb(82,23,113); }
td.TdClassName
{
border-color: #521771;
}
.TagClassName
{
border-color: #521771;
}
</style>