Shades of Blue Diamond #523371
Tints of Blue Diamond #523371
RGB
CMYK
RGB Variations
Color information
#523371 (or 0x523371) is known color: Blue Diamond. HEX triplet: 52, 33 and 71. RGB value is (82,51,113). Sum of RGB (Red+Green+Blue) = 82+51+113=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #523371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523371 is #ADCC8E. Grayscale: #434343. Windows color (decimal): -11390095 or 7418706. OLE color: 7418706.
HSL color Cylindrical-coordinate representation of color #523371: hue angle of 270º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523371 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 51 | 113 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.56 |
| HSL | 270º | 0.38% | 0.32% | - |
| HSV(B) | 270º | 0.55% | 0.44% | - |
| XYZ | 7.64 | 5.35 | 16.25 | - |
| YUV | 67.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 113 | 0.27 | 0.55 | 0 | 0.56 | 270 | 0.38 | 0.32 |
| Hex | 52 | 33 | 71 | 1B | 37 | 0 | 38 | 10E | 26 | 20 |
| Octal | 122 | 63 | 161 | 33 | 67 | 0 | 70 | 416 | 46 | 40 |
| Binary | 1010010 | 110011 | 1110001 | 11011 | 110111 | 0 | 111000 | 100001110 | 100110 | 100000 |
Color Harmonies of #523371
Complementary color
Monochromatic Colors of #523371
Black with #523371
Text Example
Text Example
White with #523371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523371; }
p { color: rgb(82,51,113); }
H1.HeaderClassName
{
color: #523371;
}
.AnyTagClassName
{
color: #523371;
}
</style>
background-color css
<style>
a { background-color: #523371; }
a { background-color: rgb(82,51,113); }
div.DivClassName
{
background-color: #523371;
}
.BgClassName
{
background-color: #523371;
}
</style>
border-color css
<style>
span { border-color: #523371; }
span { border-color: rgb(82,51,113); }
td.TdClassName
{
border-color: #523371;
}
.TagClassName
{
border-color: #523371;
}
</style>