Shades of Blue Diamond #521972
Tints of Blue Diamond #521972
RGB
CMYK
RGB Variations
Color information
#521972 (or 0x521972) is known color: Blue Diamond. HEX triplet: 52, 19 and 72. RGB value is (82,25,114). Sum of RGB (Red+Green+Blue) = 82+25+114=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #521972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521972 is #ADE68D. Grayscale: #333333. Windows color (decimal): -11396750 or 7477586. OLE color: 7477586.
HSL color Cylindrical-coordinate representation of color #521972: hue angle of 278.43º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521972 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 25 | 114 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.55 |
| HSL | 278.43º | 0.64% | 0.27% | - |
| HSV(B) | 278.43º | 0.78% | 0.45% | - |
| XYZ | 6.86 | 3.7 | 16.27 | - |
| YUV | 52.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 114 | 0.28 | 0.78 | 0 | 0.55 | 278.43 | 0.64 | 0.27 |
| Hex | 52 | 19 | 72 | 1C | 4E | 0 | 37 | 116 | 40 | 1B |
| Octal | 122 | 31 | 162 | 34 | 116 | 0 | 67 | 426 | 100 | 33 |
| Binary | 1010010 | 11001 | 1110010 | 11100 | 1001110 | 0 | 110111 | 100010110 | 1000000 | 11011 |
Color Harmonies of #521972
Complementary color
Monochromatic Colors of #521972
Black with #521972
Text Example
Text Example
White with #521972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521972; }
p { color: rgb(82,25,114); }
H1.HeaderClassName
{
color: #521972;
}
.AnyTagClassName
{
color: #521972;
}
</style>
background-color css
<style>
a { background-color: #521972; }
a { background-color: rgb(82,25,114); }
div.DivClassName
{
background-color: #521972;
}
.BgClassName
{
background-color: #521972;
}
</style>
border-color css
<style>
span { border-color: #521972; }
span { border-color: rgb(82,25,114); }
td.TdClassName
{
border-color: #521972;
}
.TagClassName
{
border-color: #521972;
}
</style>