Shades of Blue Diamond #521A7A
Tints of Blue Diamond #521A7A
RGB
CMYK
RGB Variations
Color information
#521A7A (or 0x521A7A) is known color: Blue Diamond. HEX triplet: 52, 1A and 7A. RGB value is (82,26,122). Sum of RGB (Red+Green+Blue) = 82+26+122=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #521A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A7A is #ADE585. Grayscale: #353535. Windows color (decimal): -11396486 or 8002130. OLE color: 8002130.
HSL color Cylindrical-coordinate representation of color #521A7A: hue angle of 275º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521A7A is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 26 | 122 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.52 |
| HSL | 275º | 0.65% | 0.29% | - |
| HSV(B) | 275º | 0.79% | 0.48% | - |
| XYZ | 7.36 | 3.94 | 18.78 | - |
| YUV | 53.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 122 | 0.33 | 0.79 | 0 | 0.52 | 275 | 0.65 | 0.29 |
| Hex | 52 | 1A | 7A | 21 | 4F | 0 | 34 | 113 | 41 | 1D |
| Octal | 122 | 32 | 172 | 41 | 117 | 0 | 64 | 423 | 101 | 35 |
| Binary | 1010010 | 11010 | 1111010 | 100001 | 1001111 | 0 | 110100 | 100010011 | 1000001 | 11101 |
Color Harmonies of #521A7A
Complementary color
Monochromatic Colors of #521A7A
Black with #521A7A
Text Example
Text Example
White with #521A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A7A; }
p { color: rgb(82,26,122); }
H1.HeaderClassName
{
color: #521A7A;
}
.AnyTagClassName
{
color: #521A7A;
}
</style>
background-color css
<style>
a { background-color: #521A7A; }
a { background-color: rgb(82,26,122); }
div.DivClassName
{
background-color: #521A7A;
}
.BgClassName
{
background-color: #521A7A;
}
</style>
border-color css
<style>
span { border-color: #521A7A; }
span { border-color: rgb(82,26,122); }
td.TdClassName
{
border-color: #521A7A;
}
.TagClassName
{
border-color: #521A7A;
}
</style>