Shades of Blue Diamond #52356B
Tints of Blue Diamond #52356B
RGB
CMYK
RGB Variations
Color information
#52356B (or 0x52356B) is known color: Blue Diamond. HEX triplet: 52, 35 and 6B. RGB value is (82,53,107). Sum of RGB (Red+Green+Blue) = 82+53+107=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #52356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52356B is #ADCA94. Grayscale: #434343. Windows color (decimal): -11389589 or 7026002. OLE color: 7026002.
HSL color Cylindrical-coordinate representation of color #52356B: hue angle of 272.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52356B is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 53 | 107 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.58 |
| HSL | 272.22º | 0.34% | 0.31% | - |
| HSV(B) | 272.22º | 0.5% | 0.42% | - |
| XYZ | 7.41 | 5.4 | 14.56 | - |
| YUV | 67.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 107 | 0.23 | 0.50 | 0 | 0.58 | 272.22 | 0.34 | 0.31 |
| Hex | 52 | 35 | 6B | 17 | 32 | 0 | 3A | 110 | 22 | 1F |
| Octal | 122 | 65 | 153 | 27 | 62 | 0 | 72 | 420 | 42 | 37 |
| Binary | 1010010 | 110101 | 1101011 | 10111 | 110010 | 0 | 111010 | 100010000 | 100010 | 11111 |
Color Harmonies of #52356B
Complementary color
Monochromatic Colors of #52356B
Black with #52356B
Text Example
Text Example
White with #52356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52356B; }
p { color: rgb(82,53,107); }
H1.HeaderClassName
{
color: #52356B;
}
.AnyTagClassName
{
color: #52356B;
}
</style>
background-color css
<style>
a { background-color: #52356B; }
a { background-color: rgb(82,53,107); }
div.DivClassName
{
background-color: #52356B;
}
.BgClassName
{
background-color: #52356B;
}
</style>
border-color css
<style>
span { border-color: #52356B; }
span { border-color: rgb(82,53,107); }
td.TdClassName
{
border-color: #52356B;
}
.TagClassName
{
border-color: #52356B;
}
</style>