Shades of Blue Diamond #521976
Tints of Blue Diamond #521976
RGB
CMYK
RGB Variations
Color information
#521976 (or 0x521976) is known color: Blue Diamond. HEX triplet: 52, 19 and 76. RGB value is (82,25,118). Sum of RGB (Red+Green+Blue) = 82+25+118=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #521976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521976 is #ADE689. Grayscale: #343434. Windows color (decimal): -11396746 or 7739730. OLE color: 7739730.
HSL color Cylindrical-coordinate representation of color #521976: hue angle of 276.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521976 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 25 | 118 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.54 |
| HSL | 276.77º | 0.65% | 0.28% | - |
| HSV(B) | 276.77º | 0.79% | 0.46% | - |
| XYZ | 7.1 | 3.8 | 17.5 | - |
| YUV | 52.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 118 | 0.31 | 0.79 | 0 | 0.54 | 276.77 | 0.65 | 0.28 |
| Hex | 52 | 19 | 76 | 1F | 4F | 0 | 36 | 115 | 41 | 1C |
| Octal | 122 | 31 | 166 | 37 | 117 | 0 | 66 | 425 | 101 | 34 |
| Binary | 1010010 | 11001 | 1110110 | 11111 | 1001111 | 0 | 110110 | 100010101 | 1000001 | 11100 |
Color Harmonies of #521976
Complementary color
Monochromatic Colors of #521976
Black with #521976
Text Example
Text Example
White with #521976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521976; }
p { color: rgb(82,25,118); }
H1.HeaderClassName
{
color: #521976;
}
.AnyTagClassName
{
color: #521976;
}
</style>
background-color css
<style>
a { background-color: #521976; }
a { background-color: rgb(82,25,118); }
div.DivClassName
{
background-color: #521976;
}
.BgClassName
{
background-color: #521976;
}
</style>
border-color css
<style>
span { border-color: #521976; }
span { border-color: rgb(82,25,118); }
td.TdClassName
{
border-color: #521976;
}
.TagClassName
{
border-color: #521976;
}
</style>