Shades of Blue Diamond #522878
Tints of Blue Diamond #522878
RGB
CMYK
RGB Variations
Color information
#522878 (or 0x522878) is known color: Blue Diamond. HEX triplet: 52, 28 and 78. RGB value is (82,40,120). Sum of RGB (Red+Green+Blue) = 82+40+120=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #522878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522878 is #ADD787. Grayscale: #3D3D3D. Windows color (decimal): -11392904 or 7874642. OLE color: 7874642.
HSL color Cylindrical-coordinate representation of color #522878: hue angle of 271.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522878 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 40 | 120 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.53 |
| HSL | 271.5º | 0.5% | 0.31% | - |
| HSV(B) | 271.5º | 0.67% | 0.47% | - |
| XYZ | 7.63 | 4.67 | 18.27 | - |
| YUV | 61.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 120 | 0.32 | 0.67 | 0 | 0.53 | 271.5 | 0.5 | 0.31 |
| Hex | 52 | 28 | 78 | 20 | 43 | 0 | 35 | 110 | 32 | 1F |
| Octal | 122 | 50 | 170 | 40 | 103 | 0 | 65 | 420 | 62 | 37 |
| Binary | 1010010 | 101000 | 1111000 | 100000 | 1000011 | 0 | 110101 | 100010000 | 110010 | 11111 |
Color Harmonies of #522878
Complementary color
Monochromatic Colors of #522878
Black with #522878
Text Example
Text Example
White with #522878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522878; }
p { color: rgb(82,40,120); }
H1.HeaderClassName
{
color: #522878;
}
.AnyTagClassName
{
color: #522878;
}
</style>
background-color css
<style>
a { background-color: #522878; }
a { background-color: rgb(82,40,120); }
div.DivClassName
{
background-color: #522878;
}
.BgClassName
{
background-color: #522878;
}
</style>
border-color css
<style>
span { border-color: #522878; }
span { border-color: rgb(82,40,120); }
td.TdClassName
{
border-color: #522878;
}
.TagClassName
{
border-color: #522878;
}
</style>