Shades of Blue Diamond #521B76
Tints of Blue Diamond #521B76
RGB
CMYK
RGB Variations
Color information
#521B76 (or 0x521B76) is known color: Blue Diamond. HEX triplet: 52, 1B and 76. RGB value is (82,27,118). Sum of RGB (Red+Green+Blue) = 82+27+118=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #521B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B76 is #ADE489. Grayscale: #353535. Windows color (decimal): -11396234 or 7740242. OLE color: 7740242.
HSL color Cylindrical-coordinate representation of color #521B76: hue angle of 276.26º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521B76 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 27 | 118 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.54 |
| HSL | 276.26º | 0.63% | 0.28% | - |
| HSV(B) | 276.26º | 0.77% | 0.46% | - |
| XYZ | 7.14 | 3.89 | 17.51 | - |
| YUV | 53.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 118 | 0.31 | 0.77 | 0 | 0.54 | 276.26 | 0.63 | 0.28 |
| Hex | 52 | 1B | 76 | 1F | 4D | 0 | 36 | 114 | 3F | 1C |
| Octal | 122 | 33 | 166 | 37 | 115 | 0 | 66 | 424 | 77 | 34 |
| Binary | 1010010 | 11011 | 1110110 | 11111 | 1001101 | 0 | 110110 | 100010100 | 111111 | 11100 |
Color Harmonies of #521B76
Complementary color
Monochromatic Colors of #521B76
Black with #521B76
Text Example
Text Example
White with #521B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B76; }
p { color: rgb(82,27,118); }
H1.HeaderClassName
{
color: #521B76;
}
.AnyTagClassName
{
color: #521B76;
}
</style>
background-color css
<style>
a { background-color: #521B76; }
a { background-color: rgb(82,27,118); }
div.DivClassName
{
background-color: #521B76;
}
.BgClassName
{
background-color: #521B76;
}
</style>
border-color css
<style>
span { border-color: #521B76; }
span { border-color: rgb(82,27,118); }
td.TdClassName
{
border-color: #521B76;
}
.TagClassName
{
border-color: #521B76;
}
</style>