Shades of Blue Diamond #52226E
Tints of Blue Diamond #52226E
RGB
CMYK
RGB Variations
Color information
#52226E (or 0x52226E) is known color: Blue Diamond. HEX triplet: 52, 22 and 6E. RGB value is (82,34,110). Sum of RGB (Red+Green+Blue) = 82+34+110=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #52226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52226E is #ADDD91. Grayscale: #383838. Windows color (decimal): -11394450 or 7217746. OLE color: 7217746.
HSL color Cylindrical-coordinate representation of color #52226E: hue angle of 277.89º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52226E is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 34 | 110 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.57 |
| HSL | 277.89º | 0.53% | 0.28% | - |
| HSV(B) | 277.89º | 0.69% | 0.43% | - |
| XYZ | 6.87 | 4.06 | 15.17 | - |
| YUV | 57.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 110 | 0.25 | 0.69 | 0 | 0.57 | 277.89 | 0.53 | 0.28 |
| Hex | 52 | 22 | 6E | 19 | 45 | 0 | 39 | 116 | 35 | 1C |
| Octal | 122 | 42 | 156 | 31 | 105 | 0 | 71 | 426 | 65 | 34 |
| Binary | 1010010 | 100010 | 1101110 | 11001 | 1000101 | 0 | 111001 | 100010110 | 110101 | 11100 |
Color Harmonies of #52226E
Complementary color
Monochromatic Colors of #52226E
Black with #52226E
Text Example
Text Example
White with #52226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52226E; }
p { color: rgb(82,34,110); }
H1.HeaderClassName
{
color: #52226E;
}
.AnyTagClassName
{
color: #52226E;
}
</style>
background-color css
<style>
a { background-color: #52226E; }
a { background-color: rgb(82,34,110); }
div.DivClassName
{
background-color: #52226E;
}
.BgClassName
{
background-color: #52226E;
}
</style>
border-color css
<style>
span { border-color: #52226E; }
span { border-color: rgb(82,34,110); }
td.TdClassName
{
border-color: #52226E;
}
.TagClassName
{
border-color: #52226E;
}
</style>