Shades of Blue Diamond #521A6D
Tints of Blue Diamond #521A6D
RGB
CMYK
RGB Variations
Color information
#521A6D (or 0x521A6D) is known color: Blue Diamond. HEX triplet: 52, 1A and 6D. RGB value is (82,26,109). Sum of RGB (Red+Green+Blue) = 82+26+109=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #521A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A6D is #ADE592. Grayscale: #333333. Windows color (decimal): -11396499 or 7150162. OLE color: 7150162.
HSL color Cylindrical-coordinate representation of color #521A6D: hue angle of 280.48º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521A6D is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 26 | 109 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.57 |
| HSL | 280.48º | 0.61% | 0.26% | - |
| HSV(B) | 280.48º | 0.76% | 0.43% | - |
| XYZ | 6.61 | 3.64 | 14.82 | - |
| YUV | 52.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 109 | 0.25 | 0.76 | 0 | 0.57 | 280.48 | 0.61 | 0.26 |
| Hex | 52 | 1A | 6D | 19 | 4C | 0 | 39 | 118 | 3D | 1A |
| Octal | 122 | 32 | 155 | 31 | 114 | 0 | 71 | 430 | 75 | 32 |
| Binary | 1010010 | 11010 | 1101101 | 11001 | 1001100 | 0 | 111001 | 100011000 | 111101 | 11010 |
Color Harmonies of #521A6D
Complementary color
Monochromatic Colors of #521A6D
Black with #521A6D
Text Example
Text Example
White with #521A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A6D; }
p { color: rgb(82,26,109); }
H1.HeaderClassName
{
color: #521A6D;
}
.AnyTagClassName
{
color: #521A6D;
}
</style>
background-color css
<style>
a { background-color: #521A6D; }
a { background-color: rgb(82,26,109); }
div.DivClassName
{
background-color: #521A6D;
}
.BgClassName
{
background-color: #521A6D;
}
</style>
border-color css
<style>
span { border-color: #521A6D; }
span { border-color: rgb(82,26,109); }
td.TdClassName
{
border-color: #521A6D;
}
.TagClassName
{
border-color: #521A6D;
}
</style>