Shades of Blue Diamond #52207C
Tints of Blue Diamond #52207C
RGB
CMYK
RGB Variations
Color information
#52207C (or 0x52207C) is known color: Blue Diamond. HEX triplet: 52, 20 and 7C. RGB value is (82,32,124). Sum of RGB (Red+Green+Blue) = 82+32+124=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #52207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52207C is #ADDF83. Grayscale: #393939. Windows color (decimal): -11394948 or 8134738. OLE color: 8134738.
HSL color Cylindrical-coordinate representation of color #52207C: hue angle of 272.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52207C is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 32 | 124 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.51 |
| HSL | 272.61º | 0.59% | 0.31% | - |
| HSV(B) | 272.61º | 0.74% | 0.49% | - |
| XYZ | 7.63 | 4.28 | 19.49 | - |
| YUV | 57.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 124 | 0.34 | 0.74 | 0 | 0.51 | 272.61 | 0.59 | 0.31 |
| Hex | 52 | 20 | 7C | 22 | 4A | 0 | 33 | 111 | 3B | 1F |
| Octal | 122 | 40 | 174 | 42 | 112 | 0 | 63 | 421 | 73 | 37 |
| Binary | 1010010 | 100000 | 1111100 | 100010 | 1001010 | 0 | 110011 | 100010001 | 111011 | 11111 |
Color Harmonies of #52207C
Complementary color
Monochromatic Colors of #52207C
Black with #52207C
Text Example
Text Example
White with #52207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52207C; }
p { color: rgb(82,32,124); }
H1.HeaderClassName
{
color: #52207C;
}
.AnyTagClassName
{
color: #52207C;
}
</style>
background-color css
<style>
a { background-color: #52207C; }
a { background-color: rgb(82,32,124); }
div.DivClassName
{
background-color: #52207C;
}
.BgClassName
{
background-color: #52207C;
}
</style>
border-color css
<style>
span { border-color: #52207C; }
span { border-color: rgb(82,32,124); }
td.TdClassName
{
border-color: #52207C;
}
.TagClassName
{
border-color: #52207C;
}
</style>