Shades of Blue Diamond #52266D
Tints of Blue Diamond #52266D
RGB
CMYK
RGB Variations
Color information
#52266D (or 0x52266D) is known color: Blue Diamond. HEX triplet: 52, 26 and 6D. RGB value is (82,38,109). Sum of RGB (Red+Green+Blue) = 82+38+109=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #52266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52266D is #ADD992. Grayscale: #3B3B3B. Windows color (decimal): -11393427 or 7153234. OLE color: 7153234.
HSL color Cylindrical-coordinate representation of color #52266D: hue angle of 277.18º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52266D is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 38 | 109 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.57 |
| HSL | 277.18º | 0.48% | 0.29% | - |
| HSV(B) | 277.18º | 0.65% | 0.43% | - |
| XYZ | 6.93 | 4.28 | 14.93 | - |
| YUV | 59.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 109 | 0.25 | 0.65 | 0 | 0.57 | 277.18 | 0.48 | 0.29 |
| Hex | 52 | 26 | 6D | 19 | 41 | 0 | 39 | 115 | 30 | 1D |
| Octal | 122 | 46 | 155 | 31 | 101 | 0 | 71 | 425 | 60 | 35 |
| Binary | 1010010 | 100110 | 1101101 | 11001 | 1000001 | 0 | 111001 | 100010101 | 110000 | 11101 |
Color Harmonies of #52266D
Complementary color
Monochromatic Colors of #52266D
Black with #52266D
Text Example
Text Example
White with #52266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52266D; }
p { color: rgb(82,38,109); }
H1.HeaderClassName
{
color: #52266D;
}
.AnyTagClassName
{
color: #52266D;
}
</style>
background-color css
<style>
a { background-color: #52266D; }
a { background-color: rgb(82,38,109); }
div.DivClassName
{
background-color: #52266D;
}
.BgClassName
{
background-color: #52266D;
}
</style>
border-color css
<style>
span { border-color: #52266D; }
span { border-color: rgb(82,38,109); }
td.TdClassName
{
border-color: #52266D;
}
.TagClassName
{
border-color: #52266D;
}
</style>