Shades of Blue Diamond #52356E
Tints of Blue Diamond #52356E
RGB
CMYK
RGB Variations
Color information
#52356E (or 0x52356E) is known color: Blue Diamond. HEX triplet: 52, 35 and 6E. RGB value is (82,53,110). Sum of RGB (Red+Green+Blue) = 82+53+110=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #52356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52356E is #ADCA91. Grayscale: #434343. Windows color (decimal): -11389586 or 7222610. OLE color: 7222610.
HSL color Cylindrical-coordinate representation of color #52356E: hue angle of 270.53º 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 #52356E is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 53 | 110 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.57 |
| HSL | 270.53º | 0.35% | 0.32% | - |
| HSV(B) | 270.53º | 0.52% | 0.43% | - |
| XYZ | 7.57 | 5.47 | 15.41 | - |
| YUV | 68.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 110 | 0.25 | 0.52 | 0 | 0.57 | 270.53 | 0.35 | 0.32 |
| Hex | 52 | 35 | 6E | 19 | 34 | 0 | 39 | 10F | 23 | 20 |
| Octal | 122 | 65 | 156 | 31 | 64 | 0 | 71 | 417 | 43 | 40 |
| Binary | 1010010 | 110101 | 1101110 | 11001 | 110100 | 0 | 111001 | 100001111 | 100011 | 100000 |
Color Harmonies of #52356E
Complementary color
Monochromatic Colors of #52356E
Black with #52356E
Text Example
Text Example
White with #52356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52356E; }
p { color: rgb(82,53,110); }
H1.HeaderClassName
{
color: #52356E;
}
.AnyTagClassName
{
color: #52356E;
}
</style>
background-color css
<style>
a { background-color: #52356E; }
a { background-color: rgb(82,53,110); }
div.DivClassName
{
background-color: #52356E;
}
.BgClassName
{
background-color: #52356E;
}
</style>
border-color css
<style>
span { border-color: #52356E; }
span { border-color: rgb(82,53,110); }
td.TdClassName
{
border-color: #52356E;
}
.TagClassName
{
border-color: #52356E;
}
</style>