Shades of Blue Diamond #52316D
Tints of Blue Diamond #52316D
RGB
CMYK
RGB Variations
Color information
#52316D (or 0x52316D) is known color: Blue Diamond. HEX triplet: 52, 31 and 6D. RGB value is (82,49,109). Sum of RGB (Red+Green+Blue) = 82+49+109=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #52316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52316D is #ADCE92. Grayscale: #414141. Windows color (decimal): -11390611 or 7156050. OLE color: 7156050.
HSL color Cylindrical-coordinate representation of color #52316D: hue angle of 273º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52316D is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 49 | 109 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.57 |
| HSL | 273º | 0.38% | 0.31% | - |
| HSV(B) | 273º | 0.55% | 0.43% | - |
| XYZ | 7.34 | 5.09 | 15.06 | - |
| YUV | 65.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 109 | 0.25 | 0.55 | 0 | 0.57 | 273 | 0.38 | 0.31 |
| Hex | 52 | 31 | 6D | 19 | 37 | 0 | 39 | 111 | 26 | 1F |
| Octal | 122 | 61 | 155 | 31 | 67 | 0 | 71 | 421 | 46 | 37 |
| Binary | 1010010 | 110001 | 1101101 | 11001 | 110111 | 0 | 111001 | 100010001 | 100110 | 11111 |
Color Harmonies of #52316D
Complementary color
Monochromatic Colors of #52316D
Black with #52316D
Text Example
Text Example
White with #52316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52316D; }
p { color: rgb(82,49,109); }
H1.HeaderClassName
{
color: #52316D;
}
.AnyTagClassName
{
color: #52316D;
}
</style>
background-color css
<style>
a { background-color: #52316D; }
a { background-color: rgb(82,49,109); }
div.DivClassName
{
background-color: #52316D;
}
.BgClassName
{
background-color: #52316D;
}
</style>
border-color css
<style>
span { border-color: #52316D; }
span { border-color: rgb(82,49,109); }
td.TdClassName
{
border-color: #52316D;
}
.TagClassName
{
border-color: #52316D;
}
</style>