Shades of Blue Diamond #52267C
Tints of Blue Diamond #52267C
RGB
CMYK
RGB Variations
Color information
#52267C (or 0x52267C) is known color: Blue Diamond. HEX triplet: 52, 26 and 7C. RGB value is (82,38,124). Sum of RGB (Red+Green+Blue) = 82+38+124=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #52267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52267C is #ADD983. Grayscale: #3C3C3C. Windows color (decimal): -11393412 or 8136274. OLE color: 8136274.
HSL color Cylindrical-coordinate representation of color #52267C: hue angle of 270.7º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52267C is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 38 | 124 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.51 |
| HSL | 270.7º | 0.53% | 0.32% | - |
| HSV(B) | 270.7º | 0.69% | 0.49% | - |
| XYZ | 7.81 | 4.64 | 19.55 | - |
| YUV | 60.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 124 | 0.34 | 0.69 | 0 | 0.51 | 270.7 | 0.53 | 0.32 |
| Hex | 52 | 26 | 7C | 22 | 45 | 0 | 33 | 10F | 35 | 20 |
| Octal | 122 | 46 | 174 | 42 | 105 | 0 | 63 | 417 | 65 | 40 |
| Binary | 1010010 | 100110 | 1111100 | 100010 | 1000101 | 0 | 110011 | 100001111 | 110101 | 100000 |
Color Harmonies of #52267C
Complementary color
Monochromatic Colors of #52267C
Black with #52267C
Text Example
Text Example
White with #52267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52267C; }
p { color: rgb(82,38,124); }
H1.HeaderClassName
{
color: #52267C;
}
.AnyTagClassName
{
color: #52267C;
}
</style>
background-color css
<style>
a { background-color: #52267C; }
a { background-color: rgb(82,38,124); }
div.DivClassName
{
background-color: #52267C;
}
.BgClassName
{
background-color: #52267C;
}
</style>
border-color css
<style>
span { border-color: #52267C; }
span { border-color: rgb(82,38,124); }
td.TdClassName
{
border-color: #52267C;
}
.TagClassName
{
border-color: #52267C;
}
</style>