Shades of Blue Diamond #52336E
Tints of Blue Diamond #52336E
RGB
CMYK
RGB Variations
Color information
#52336E (or 0x52336E) is known color: Blue Diamond. HEX triplet: 52, 33 and 6E. RGB value is (82,51,110). Sum of RGB (Red+Green+Blue) = 82+51+110=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #52336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52336E is #ADCC91. Grayscale: #424242. Windows color (decimal): -11390098 or 7222098. OLE color: 7222098.
HSL color Cylindrical-coordinate representation of color #52336E: hue angle of 271.53º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52336E is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 51 | 110 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.57 |
| HSL | 271.53º | 0.37% | 0.32% | - |
| HSV(B) | 271.53º | 0.54% | 0.43% | - |
| XYZ | 7.48 | 5.29 | 15.38 | - |
| YUV | 67 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 110 | 0.25 | 0.54 | 0 | 0.57 | 271.53 | 0.37 | 0.32 |
| Hex | 52 | 33 | 6E | 19 | 36 | 0 | 39 | 110 | 25 | 20 |
| Octal | 122 | 63 | 156 | 31 | 66 | 0 | 71 | 420 | 45 | 40 |
| Binary | 1010010 | 110011 | 1101110 | 11001 | 110110 | 0 | 111001 | 100010000 | 100101 | 100000 |
Color Harmonies of #52336E
Complementary color
Monochromatic Colors of #52336E
Black with #52336E
Text Example
Text Example
White with #52336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52336E; }
p { color: rgb(82,51,110); }
H1.HeaderClassName
{
color: #52336E;
}
.AnyTagClassName
{
color: #52336E;
}
</style>
background-color css
<style>
a { background-color: #52336E; }
a { background-color: rgb(82,51,110); }
div.DivClassName
{
background-color: #52336E;
}
.BgClassName
{
background-color: #52336E;
}
</style>
border-color css
<style>
span { border-color: #52336E; }
span { border-color: rgb(82,51,110); }
td.TdClassName
{
border-color: #52336E;
}
.TagClassName
{
border-color: #52336E;
}
</style>