Shades of Blue Diamond #52227A
Tints of Blue Diamond #52227A
RGB
CMYK
RGB Variations
Color information
#52227A (or 0x52227A) is known color: Blue Diamond. HEX triplet: 52, 22 and 7A. RGB value is (82,34,122). Sum of RGB (Red+Green+Blue) = 82+34+122=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #52227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52227A is #ADDD85. Grayscale: #3A3A3A. Windows color (decimal): -11394438 or 8004178. OLE color: 8004178.
HSL color Cylindrical-coordinate representation of color #52227A: hue angle of 272.73º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52227A is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 34 | 122 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.52 |
| HSL | 272.73º | 0.56% | 0.31% | - |
| HSV(B) | 272.73º | 0.72% | 0.48% | - |
| XYZ | 7.56 | 4.34 | 18.85 | - |
| YUV | 58.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 122 | 0.33 | 0.72 | 0 | 0.52 | 272.73 | 0.56 | 0.31 |
| Hex | 52 | 22 | 7A | 21 | 48 | 0 | 34 | 111 | 38 | 1F |
| Octal | 122 | 42 | 172 | 41 | 110 | 0 | 64 | 421 | 70 | 37 |
| Binary | 1010010 | 100010 | 1111010 | 100001 | 1001000 | 0 | 110100 | 100010001 | 111000 | 11111 |
Color Harmonies of #52227A
Complementary color
Monochromatic Colors of #52227A
Black with #52227A
Text Example
Text Example
White with #52227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52227A; }
p { color: rgb(82,34,122); }
H1.HeaderClassName
{
color: #52227A;
}
.AnyTagClassName
{
color: #52227A;
}
</style>
background-color css
<style>
a { background-color: #52227A; }
a { background-color: rgb(82,34,122); }
div.DivClassName
{
background-color: #52227A;
}
.BgClassName
{
background-color: #52227A;
}
</style>
border-color css
<style>
span { border-color: #52227A; }
span { border-color: rgb(82,34,122); }
td.TdClassName
{
border-color: #52227A;
}
.TagClassName
{
border-color: #52227A;
}
</style>