Shades of Blue Diamond #52356F
Tints of Blue Diamond #52356F
RGB
CMYK
RGB Variations
Color information
#52356F (or 0x52356F) is known color: Blue Diamond. HEX triplet: 52, 35 and 6F. RGB value is (82,53,111). Sum of RGB (Red+Green+Blue) = 82+53+111=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #52356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52356F is #ADCA90. Grayscale: #444444. Windows color (decimal): -11389585 or 7288146. OLE color: 7288146.
HSL color Cylindrical-coordinate representation of color #52356F: hue angle of 270º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52356F is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 53 | 111 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.56 |
| HSL | 270º | 0.35% | 0.32% | - |
| HSV(B) | 270º | 0.52% | 0.44% | - |
| XYZ | 7.62 | 5.49 | 15.7 | - |
| YUV | 68.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 111 | 0.26 | 0.52 | 0 | 0.56 | 270 | 0.35 | 0.32 |
| Hex | 52 | 35 | 6F | 1A | 34 | 0 | 38 | 10E | 23 | 20 |
| Octal | 122 | 65 | 157 | 32 | 64 | 0 | 70 | 416 | 43 | 40 |
| Binary | 1010010 | 110101 | 1101111 | 11010 | 110100 | 0 | 111000 | 100001110 | 100011 | 100000 |
Color Harmonies of #52356F
Complementary color
Monochromatic Colors of #52356F
Black with #52356F
Text Example
Text Example
White with #52356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52356F; }
p { color: rgb(82,53,111); }
H1.HeaderClassName
{
color: #52356F;
}
.AnyTagClassName
{
color: #52356F;
}
</style>
background-color css
<style>
a { background-color: #52356F; }
a { background-color: rgb(82,53,111); }
div.DivClassName
{
background-color: #52356F;
}
.BgClassName
{
background-color: #52356F;
}
</style>
border-color css
<style>
span { border-color: #52356F; }
span { border-color: rgb(82,53,111); }
td.TdClassName
{
border-color: #52356F;
}
.TagClassName
{
border-color: #52356F;
}
</style>