Shades of Blue Diamond #52256D
Tints of Blue Diamond #52256D
RGB
CMYK
RGB Variations
Color information
#52256D (or 0x52256D) is known color: Blue Diamond. HEX triplet: 52, 25 and 6D. RGB value is (82,37,109). Sum of RGB (Red+Green+Blue) = 82+37+109=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #52256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52256D is #ADDA92. Grayscale: #3A3A3A. Windows color (decimal): -11393683 or 7152978. OLE color: 7152978.
HSL color Cylindrical-coordinate representation of color #52256D: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52256D is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 37 | 109 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.57 |
| HSL | 277.5º | 0.49% | 0.29% | - |
| HSV(B) | 277.5º | 0.66% | 0.43% | - |
| XYZ | 6.9 | 4.22 | 14.92 | - |
| YUV | 58.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 109 | 0.25 | 0.66 | 0 | 0.57 | 277.5 | 0.49 | 0.29 |
| Hex | 52 | 25 | 6D | 19 | 42 | 0 | 39 | 116 | 31 | 1D |
| Octal | 122 | 45 | 155 | 31 | 102 | 0 | 71 | 426 | 61 | 35 |
| Binary | 1010010 | 100101 | 1101101 | 11001 | 1000010 | 0 | 111001 | 100010110 | 110001 | 11101 |
Color Harmonies of #52256D
Complementary color
Monochromatic Colors of #52256D
Black with #52256D
Text Example
Text Example
White with #52256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52256D; }
p { color: rgb(82,37,109); }
H1.HeaderClassName
{
color: #52256D;
}
.AnyTagClassName
{
color: #52256D;
}
</style>
background-color css
<style>
a { background-color: #52256D; }
a { background-color: rgb(82,37,109); }
div.DivClassName
{
background-color: #52256D;
}
.BgClassName
{
background-color: #52256D;
}
</style>
border-color css
<style>
span { border-color: #52256D; }
span { border-color: rgb(82,37,109); }
td.TdClassName
{
border-color: #52256D;
}
.TagClassName
{
border-color: #52256D;
}
</style>