Shades of Blue Diamond #52287A
Tints of Blue Diamond #52287A
RGB
CMYK
RGB Variations
Color information
#52287A (or 0x52287A) is known color: Blue Diamond. HEX triplet: 52, 28 and 7A. RGB value is (82,40,122). Sum of RGB (Red+Green+Blue) = 82+40+122=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #52287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52287A is #ADD785. Grayscale: #3D3D3D. Windows color (decimal): -11392902 or 8005714. OLE color: 8005714.
HSL color Cylindrical-coordinate representation of color #52287A: hue angle of 270.73º degrees, saturation: 0.51, 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 #52287A is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 40 | 122 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.52 |
| HSL | 270.73º | 0.51% | 0.32% | - |
| HSV(B) | 270.73º | 0.67% | 0.48% | - |
| XYZ | 7.75 | 4.72 | 18.91 | - |
| YUV | 61.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 122 | 0.33 | 0.67 | 0 | 0.52 | 270.73 | 0.51 | 0.32 |
| Hex | 52 | 28 | 7A | 21 | 43 | 0 | 34 | 10F | 33 | 20 |
| Octal | 122 | 50 | 172 | 41 | 103 | 0 | 64 | 417 | 63 | 40 |
| Binary | 1010010 | 101000 | 1111010 | 100001 | 1000011 | 0 | 110100 | 100001111 | 110011 | 100000 |
Color Harmonies of #52287A
Complementary color
Monochromatic Colors of #52287A
Black with #52287A
Text Example
Text Example
White with #52287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52287A; }
p { color: rgb(82,40,122); }
H1.HeaderClassName
{
color: #52287A;
}
.AnyTagClassName
{
color: #52287A;
}
</style>
background-color css
<style>
a { background-color: #52287A; }
a { background-color: rgb(82,40,122); }
div.DivClassName
{
background-color: #52287A;
}
.BgClassName
{
background-color: #52287A;
}
</style>
border-color css
<style>
span { border-color: #52287A; }
span { border-color: rgb(82,40,122); }
td.TdClassName
{
border-color: #52287A;
}
.TagClassName
{
border-color: #52287A;
}
</style>