Shades of Blue Diamond #523272
Tints of Blue Diamond #523272
RGB
CMYK
RGB Variations
Color information
#523272 (or 0x523272) is known color: Blue Diamond. HEX triplet: 52, 32 and 72. RGB value is (82,50,114). Sum of RGB (Red+Green+Blue) = 82+50+114=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #523272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523272 is #ADCD8D. Grayscale: #424242. Windows color (decimal): -11390350 or 7483986. OLE color: 7483986.
HSL color Cylindrical-coordinate representation of color #523272: hue angle of 270º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523272 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 50 | 114 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.55 |
| HSL | 270º | 0.39% | 0.32% | - |
| HSV(B) | 270º | 0.56% | 0.45% | - |
| XYZ | 7.66 | 5.29 | 16.54 | - |
| YUV | 66.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 114 | 0.28 | 0.56 | 0 | 0.55 | 270 | 0.39 | 0.32 |
| Hex | 52 | 32 | 72 | 1C | 38 | 0 | 37 | 10E | 27 | 20 |
| Octal | 122 | 62 | 162 | 34 | 70 | 0 | 67 | 416 | 47 | 40 |
| Binary | 1010010 | 110010 | 1110010 | 11100 | 111000 | 0 | 110111 | 100001110 | 100111 | 100000 |
Color Harmonies of #523272
Complementary color
Monochromatic Colors of #523272
Black with #523272
Text Example
Text Example
White with #523272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523272; }
p { color: rgb(82,50,114); }
H1.HeaderClassName
{
color: #523272;
}
.AnyTagClassName
{
color: #523272;
}
</style>
background-color css
<style>
a { background-color: #523272; }
a { background-color: rgb(82,50,114); }
div.DivClassName
{
background-color: #523272;
}
.BgClassName
{
background-color: #523272;
}
</style>
border-color css
<style>
span { border-color: #523272; }
span { border-color: rgb(82,50,114); }
td.TdClassName
{
border-color: #523272;
}
.TagClassName
{
border-color: #523272;
}
</style>