Shades of Blue Diamond #52176D
Tints of Blue Diamond #52176D
RGB
CMYK
RGB Variations
Color information
#52176D (or 0x52176D) is known color: Blue Diamond. HEX triplet: 52, 17 and 6D. RGB value is (82,23,109). Sum of RGB (Red+Green+Blue) = 82+23+109=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #52176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52176D is #ADE892. Grayscale: #323232. Windows color (decimal): -11397267 or 7149394. OLE color: 7149394.
HSL color Cylindrical-coordinate representation of color #52176D: hue angle of 281.16º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52176D is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 23 | 109 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.57 |
| HSL | 281.16º | 0.65% | 0.26% | - |
| HSV(B) | 281.16º | 0.79% | 0.43% | - |
| XYZ | 6.55 | 3.51 | 14.8 | - |
| YUV | 50.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 109 | 0.25 | 0.79 | 0 | 0.57 | 281.16 | 0.65 | 0.26 |
| Hex | 52 | 17 | 6D | 19 | 4F | 0 | 39 | 119 | 41 | 1A |
| Octal | 122 | 27 | 155 | 31 | 117 | 0 | 71 | 431 | 101 | 32 |
| Binary | 1010010 | 10111 | 1101101 | 11001 | 1001111 | 0 | 111001 | 100011001 | 1000001 | 11010 |
Color Harmonies of #52176D
Complementary color
Monochromatic Colors of #52176D
Black with #52176D
Text Example
Text Example
White with #52176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52176D; }
p { color: rgb(82,23,109); }
H1.HeaderClassName
{
color: #52176D;
}
.AnyTagClassName
{
color: #52176D;
}
</style>
background-color css
<style>
a { background-color: #52176D; }
a { background-color: rgb(82,23,109); }
div.DivClassName
{
background-color: #52176D;
}
.BgClassName
{
background-color: #52176D;
}
</style>
border-color css
<style>
span { border-color: #52176D; }
span { border-color: rgb(82,23,109); }
td.TdClassName
{
border-color: #52176D;
}
.TagClassName
{
border-color: #52176D;
}
</style>