Shades of Blue Diamond #52206F
Tints of Blue Diamond #52206F
RGB
CMYK
RGB Variations
Color information
#52206F (or 0x52206F) is known color: Blue Diamond. HEX triplet: 52, 20 and 6F. RGB value is (82,32,111). Sum of RGB (Red+Green+Blue) = 82+32+111=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #52206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52206F is #ADDF90. Grayscale: #373737. Windows color (decimal): -11394961 or 7282770. OLE color: 7282770.
HSL color Cylindrical-coordinate representation of color #52206F: hue angle of 277.97º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52206F is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 32 | 111 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.56 |
| HSL | 277.97º | 0.55% | 0.28% | - |
| HSV(B) | 277.97º | 0.71% | 0.44% | - |
| XYZ | 6.87 | 3.97 | 15.44 | - |
| YUV | 55.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 111 | 0.26 | 0.71 | 0 | 0.56 | 277.97 | 0.55 | 0.28 |
| Hex | 52 | 20 | 6F | 1A | 47 | 0 | 38 | 116 | 37 | 1C |
| Octal | 122 | 40 | 157 | 32 | 107 | 0 | 70 | 426 | 67 | 34 |
| Binary | 1010010 | 100000 | 1101111 | 11010 | 1000111 | 0 | 111000 | 100010110 | 110111 | 11100 |
Color Harmonies of #52206F
Complementary color
Monochromatic Colors of #52206F
Black with #52206F
Text Example
Text Example
White with #52206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52206F; }
p { color: rgb(82,32,111); }
H1.HeaderClassName
{
color: #52206F;
}
.AnyTagClassName
{
color: #52206F;
}
</style>
background-color css
<style>
a { background-color: #52206F; }
a { background-color: rgb(82,32,111); }
div.DivClassName
{
background-color: #52206F;
}
.BgClassName
{
background-color: #52206F;
}
</style>
border-color css
<style>
span { border-color: #52206F; }
span { border-color: rgb(82,32,111); }
td.TdClassName
{
border-color: #52206F;
}
.TagClassName
{
border-color: #52206F;
}
</style>