Shades of Blue Diamond #52346D
Tints of Blue Diamond #52346D
RGB
CMYK
RGB Variations
Color information
#52346D (or 0x52346D) is known color: Blue Diamond. HEX triplet: 52, 34 and 6D. RGB value is (82,52,109). Sum of RGB (Red+Green+Blue) = 82+52+109=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #52346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52346D is #ADCB92. Grayscale: #434343. Windows color (decimal): -11389843 or 7156818. OLE color: 7156818.
HSL color Cylindrical-coordinate representation of color #52346D: hue angle of 271.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52346D is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 52 | 109 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.57 |
| HSL | 271.58º | 0.35% | 0.32% | - |
| HSV(B) | 271.58º | 0.52% | 0.43% | - |
| XYZ | 7.47 | 5.35 | 15.11 | - |
| YUV | 67.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 109 | 0.25 | 0.52 | 0 | 0.57 | 271.58 | 0.35 | 0.32 |
| Hex | 52 | 34 | 6D | 19 | 34 | 0 | 39 | 110 | 23 | 20 |
| Octal | 122 | 64 | 155 | 31 | 64 | 0 | 71 | 420 | 43 | 40 |
| Binary | 1010010 | 110100 | 1101101 | 11001 | 110100 | 0 | 111001 | 100010000 | 100011 | 100000 |
Color Harmonies of #52346D
Complementary color
Monochromatic Colors of #52346D
Black with #52346D
Text Example
Text Example
White with #52346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52346D; }
p { color: rgb(82,52,109); }
H1.HeaderClassName
{
color: #52346D;
}
.AnyTagClassName
{
color: #52346D;
}
</style>
background-color css
<style>
a { background-color: #52346D; }
a { background-color: rgb(82,52,109); }
div.DivClassName
{
background-color: #52346D;
}
.BgClassName
{
background-color: #52346D;
}
</style>
border-color css
<style>
span { border-color: #52346D; }
span { border-color: rgb(82,52,109); }
td.TdClassName
{
border-color: #52346D;
}
.TagClassName
{
border-color: #52346D;
}
</style>