Shades of Blue Diamond #52196E
Tints of Blue Diamond #52196E
RGB
CMYK
RGB Variations
Color information
#52196E (or 0x52196E) is known color: Blue Diamond. HEX triplet: 52, 19 and 6E. RGB value is (82,25,110). Sum of RGB (Red+Green+Blue) = 82+25+110=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #52196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52196E is #ADE691. Grayscale: #333333. Windows color (decimal): -11396754 or 7215442. OLE color: 7215442.
HSL color Cylindrical-coordinate representation of color #52196E: hue angle of 280.24º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52196E is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 25 | 110 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.57 |
| HSL | 280.24º | 0.63% | 0.26% | - |
| HSV(B) | 280.24º | 0.77% | 0.43% | - |
| XYZ | 6.64 | 3.61 | 15.1 | - |
| YUV | 51.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 110 | 0.25 | 0.77 | 0 | 0.57 | 280.24 | 0.63 | 0.26 |
| Hex | 52 | 19 | 6E | 19 | 4D | 0 | 39 | 118 | 3F | 1A |
| Octal | 122 | 31 | 156 | 31 | 115 | 0 | 71 | 430 | 77 | 32 |
| Binary | 1010010 | 11001 | 1101110 | 11001 | 1001101 | 0 | 111001 | 100011000 | 111111 | 11010 |
Color Harmonies of #52196E
Complementary color
Monochromatic Colors of #52196E
Black with #52196E
Text Example
Text Example
White with #52196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52196E; }
p { color: rgb(82,25,110); }
H1.HeaderClassName
{
color: #52196E;
}
.AnyTagClassName
{
color: #52196E;
}
</style>
background-color css
<style>
a { background-color: #52196E; }
a { background-color: rgb(82,25,110); }
div.DivClassName
{
background-color: #52196E;
}
.BgClassName
{
background-color: #52196E;
}
</style>
border-color css
<style>
span { border-color: #52196E; }
span { border-color: rgb(82,25,110); }
td.TdClassName
{
border-color: #52196E;
}
.TagClassName
{
border-color: #52196E;
}
</style>