Shades of Blue Diamond #521C76
Tints of Blue Diamond #521C76
RGB
CMYK
RGB Variations
Color information
#521C76 (or 0x521C76) is known color: Blue Diamond. HEX triplet: 52, 1C and 76. RGB value is (82,28,118). Sum of RGB (Red+Green+Blue) = 82+28+118=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #521C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C76 is #ADE389. Grayscale: #363636. Windows color (decimal): -11395978 or 7740498. OLE color: 7740498.
HSL color Cylindrical-coordinate representation of color #521C76: hue angle of 276º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521C76 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 28 | 118 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.54 |
| HSL | 276º | 0.62% | 0.29% | - |
| HSV(B) | 276º | 0.76% | 0.46% | - |
| XYZ | 7.16 | 3.93 | 17.52 | - |
| YUV | 54.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 118 | 0.31 | 0.76 | 0 | 0.54 | 276 | 0.62 | 0.29 |
| Hex | 52 | 1C | 76 | 1F | 4C | 0 | 36 | 114 | 3E | 1D |
| Octal | 122 | 34 | 166 | 37 | 114 | 0 | 66 | 424 | 76 | 35 |
| Binary | 1010010 | 11100 | 1110110 | 11111 | 1001100 | 0 | 110110 | 100010100 | 111110 | 11101 |
Color Harmonies of #521C76
Complementary color
Monochromatic Colors of #521C76
Black with #521C76
Text Example
Text Example
White with #521C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C76; }
p { color: rgb(82,28,118); }
H1.HeaderClassName
{
color: #521C76;
}
.AnyTagClassName
{
color: #521C76;
}
</style>
background-color css
<style>
a { background-color: #521C76; }
a { background-color: rgb(82,28,118); }
div.DivClassName
{
background-color: #521C76;
}
.BgClassName
{
background-color: #521C76;
}
</style>
border-color css
<style>
span { border-color: #521C76; }
span { border-color: rgb(82,28,118); }
td.TdClassName
{
border-color: #521C76;
}
.TagClassName
{
border-color: #521C76;
}
</style>