Shades of Blue Diamond #52257A
Tints of Blue Diamond #52257A
RGB
CMYK
RGB Variations
Color information
#52257A (or 0x52257A) is known color: Blue Diamond. HEX triplet: 52, 25 and 7A. RGB value is (82,37,122). Sum of RGB (Red+Green+Blue) = 82+37+122=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #52257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52257A is #ADDA85. Grayscale: #3B3B3B. Windows color (decimal): -11393670 or 8004946. OLE color: 8004946.
HSL color Cylindrical-coordinate representation of color #52257A: hue angle of 271.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52257A is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 37 | 122 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.52 |
| HSL | 271.76º | 0.53% | 0.31% | - |
| HSV(B) | 271.76º | 0.7% | 0.48% | - |
| XYZ | 7.65 | 4.52 | 18.88 | - |
| YUV | 60.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 122 | 0.33 | 0.70 | 0 | 0.52 | 271.76 | 0.53 | 0.31 |
| Hex | 52 | 25 | 7A | 21 | 46 | 0 | 34 | 110 | 35 | 1F |
| Octal | 122 | 45 | 172 | 41 | 106 | 0 | 64 | 420 | 65 | 37 |
| Binary | 1010010 | 100101 | 1111010 | 100001 | 1000110 | 0 | 110100 | 100010000 | 110101 | 11111 |
Color Harmonies of #52257A
Complementary color
Monochromatic Colors of #52257A
Black with #52257A
Text Example
Text Example
White with #52257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52257A; }
p { color: rgb(82,37,122); }
H1.HeaderClassName
{
color: #52257A;
}
.AnyTagClassName
{
color: #52257A;
}
</style>
background-color css
<style>
a { background-color: #52257A; }
a { background-color: rgb(82,37,122); }
div.DivClassName
{
background-color: #52257A;
}
.BgClassName
{
background-color: #52257A;
}
</style>
border-color css
<style>
span { border-color: #52257A; }
span { border-color: rgb(82,37,122); }
td.TdClassName
{
border-color: #52257A;
}
.TagClassName
{
border-color: #52257A;
}
</style>