Shades of Blue Diamond #52286A
Tints of Blue Diamond #52286A
RGB
CMYK
RGB Variations
Color information
#52286A (or 0x52286A) is known color: Blue Diamond. HEX triplet: 52, 28 and 6A. RGB value is (82,40,106). Sum of RGB (Red+Green+Blue) = 82+40+106=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #52286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52286A is #ADD795. Grayscale: #3B3B3B. Windows color (decimal): -11392918 or 6957138. OLE color: 6957138.
HSL color Cylindrical-coordinate representation of color #52286A: hue angle of 278.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52286A is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 40 | 106 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.58 |
| HSL | 278.18º | 0.45% | 0.29% | - |
| HSV(B) | 278.18º | 0.62% | 0.42% | - |
| XYZ | 6.84 | 4.35 | 14.12 | - |
| YUV | 60.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 106 | 0.23 | 0.62 | 0 | 0.58 | 278.18 | 0.45 | 0.29 |
| Hex | 52 | 28 | 6A | 17 | 3E | 0 | 3A | 116 | 2D | 1D |
| Octal | 122 | 50 | 152 | 27 | 76 | 0 | 72 | 426 | 55 | 35 |
| Binary | 1010010 | 101000 | 1101010 | 10111 | 111110 | 0 | 111010 | 100010110 | 101101 | 11101 |
Color Harmonies of #52286A
Complementary color
Monochromatic Colors of #52286A
Black with #52286A
Text Example
Text Example
White with #52286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52286A; }
p { color: rgb(82,40,106); }
H1.HeaderClassName
{
color: #52286A;
}
.AnyTagClassName
{
color: #52286A;
}
</style>
background-color css
<style>
a { background-color: #52286A; }
a { background-color: rgb(82,40,106); }
div.DivClassName
{
background-color: #52286A;
}
.BgClassName
{
background-color: #52286A;
}
</style>
border-color css
<style>
span { border-color: #52286A; }
span { border-color: rgb(82,40,106); }
td.TdClassName
{
border-color: #52286A;
}
.TagClassName
{
border-color: #52286A;
}
</style>