Shades of Blue Diamond #52297B
Tints of Blue Diamond #52297B
RGB
CMYK
RGB Variations
Color information
#52297B (or 0x52297B) is known color: Blue Diamond. HEX triplet: 52, 29 and 7B. RGB value is (82,41,123). Sum of RGB (Red+Green+Blue) = 82+41+123=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #52297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52297B is #ADD684. Grayscale: #3E3E3E. Windows color (decimal): -11392645 or 8071506. OLE color: 8071506.
HSL color Cylindrical-coordinate representation of color #52297B: hue angle of 270º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52297B is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 41 | 123 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.52 |
| HSL | 270º | 0.5% | 0.32% | - |
| HSV(B) | 270º | 0.67% | 0.48% | - |
| XYZ | 7.85 | 4.81 | 19.25 | - |
| YUV | 62.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 123 | 0.33 | 0.67 | 0 | 0.52 | 270 | 0.5 | 0.32 |
| Hex | 52 | 29 | 7B | 21 | 43 | 0 | 34 | 10E | 32 | 20 |
| Octal | 122 | 51 | 173 | 41 | 103 | 0 | 64 | 416 | 62 | 40 |
| Binary | 1010010 | 101001 | 1111011 | 100001 | 1000011 | 0 | 110100 | 100001110 | 110010 | 100000 |
Color Harmonies of #52297B
Complementary color
Monochromatic Colors of #52297B
Black with #52297B
Text Example
Text Example
White with #52297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52297B; }
p { color: rgb(82,41,123); }
H1.HeaderClassName
{
color: #52297B;
}
.AnyTagClassName
{
color: #52297B;
}
</style>
background-color css
<style>
a { background-color: #52297B; }
a { background-color: rgb(82,41,123); }
div.DivClassName
{
background-color: #52297B;
}
.BgClassName
{
background-color: #52297B;
}
</style>
border-color css
<style>
span { border-color: #52297B; }
span { border-color: rgb(82,41,123); }
td.TdClassName
{
border-color: #52297B;
}
.TagClassName
{
border-color: #52297B;
}
</style>