Shades of Blue Diamond #52296A
Tints of Blue Diamond #52296A
RGB
CMYK
RGB Variations
Color information
#52296A (or 0x52296A) is known color: Blue Diamond. HEX triplet: 52, 29 and 6A. RGB value is (82,41,106). Sum of RGB (Red+Green+Blue) = 82+41+106=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #52296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52296A is #ADD695. Grayscale: #3C3C3C. Windows color (decimal): -11392662 or 6957394. OLE color: 6957394.
HSL color Cylindrical-coordinate representation of color #52296A: hue angle of 277.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52296A is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 41 | 106 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.58 |
| HSL | 277.85º | 0.44% | 0.29% | - |
| HSV(B) | 277.85º | 0.61% | 0.42% | - |
| XYZ | 6.87 | 4.42 | 14.13 | - |
| YUV | 60.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 106 | 0.23 | 0.61 | 0 | 0.58 | 277.85 | 0.44 | 0.29 |
| Hex | 52 | 29 | 6A | 17 | 3D | 0 | 3A | 116 | 2C | 1D |
| Octal | 122 | 51 | 152 | 27 | 75 | 0 | 72 | 426 | 54 | 35 |
| Binary | 1010010 | 101001 | 1101010 | 10111 | 111101 | 0 | 111010 | 100010110 | 101100 | 11101 |
Color Harmonies of #52296A
Complementary color
Monochromatic Colors of #52296A
Black with #52296A
Text Example
Text Example
White with #52296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52296A; }
p { color: rgb(82,41,106); }
H1.HeaderClassName
{
color: #52296A;
}
.AnyTagClassName
{
color: #52296A;
}
</style>
background-color css
<style>
a { background-color: #52296A; }
a { background-color: rgb(82,41,106); }
div.DivClassName
{
background-color: #52296A;
}
.BgClassName
{
background-color: #52296A;
}
</style>
border-color css
<style>
span { border-color: #52296A; }
span { border-color: rgb(82,41,106); }
td.TdClassName
{
border-color: #52296A;
}
.TagClassName
{
border-color: #52296A;
}
</style>