Shades of Blue Diamond #52287B
Tints of Blue Diamond #52287B
RGB
CMYK
RGB Variations
Color information
#52287B (or 0x52287B) is known color: Blue Diamond. HEX triplet: 52, 28 and 7B. RGB value is (82,40,123). Sum of RGB (Red+Green+Blue) = 82+40+123=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #52287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52287B is #ADD784. Grayscale: #3D3D3D. Windows color (decimal): -11392901 or 8071250. OLE color: 8071250.
HSL color Cylindrical-coordinate representation of color #52287B: hue angle of 270.36º 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 #52287B is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 40 | 123 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.52 |
| HSL | 270.36º | 0.51% | 0.32% | - |
| HSV(B) | 270.36º | 0.67% | 0.48% | - |
| XYZ | 7.81 | 4.74 | 19.24 | - |
| YUV | 62.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 123 | 0.33 | 0.67 | 0 | 0.52 | 270.36 | 0.51 | 0.32 |
| Hex | 52 | 28 | 7B | 21 | 43 | 0 | 34 | 10E | 33 | 20 |
| Octal | 122 | 50 | 173 | 41 | 103 | 0 | 64 | 416 | 63 | 40 |
| Binary | 1010010 | 101000 | 1111011 | 100001 | 1000011 | 0 | 110100 | 100001110 | 110011 | 100000 |
Color Harmonies of #52287B
Complementary color
Monochromatic Colors of #52287B
Black with #52287B
Text Example
Text Example
White with #52287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52287B; }
p { color: rgb(82,40,123); }
H1.HeaderClassName
{
color: #52287B;
}
.AnyTagClassName
{
color: #52287B;
}
</style>
background-color css
<style>
a { background-color: #52287B; }
a { background-color: rgb(82,40,123); }
div.DivClassName
{
background-color: #52287B;
}
.BgClassName
{
background-color: #52287B;
}
</style>
border-color css
<style>
span { border-color: #52287B; }
span { border-color: rgb(82,40,123); }
td.TdClassName
{
border-color: #52287B;
}
.TagClassName
{
border-color: #52287B;
}
</style>