Shades of Blue Diamond #521A77
Tints of Blue Diamond #521A77
RGB
CMYK
RGB Variations
Color information
#521A77 (or 0x521A77) is known color: Blue Diamond. HEX triplet: 52, 1A and 77. RGB value is (82,26,119). Sum of RGB (Red+Green+Blue) = 82+26+119=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #521A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A77 is #ADE588. Grayscale: #353535. Windows color (decimal): -11396489 or 7805522. OLE color: 7805522.
HSL color Cylindrical-coordinate representation of color #521A77: hue angle of 276.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521A77 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 26 | 119 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.53 |
| HSL | 276.13º | 0.64% | 0.28% | - |
| HSV(B) | 276.13º | 0.78% | 0.47% | - |
| XYZ | 7.18 | 3.86 | 17.82 | - |
| YUV | 53.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 119 | 0.31 | 0.78 | 0 | 0.53 | 276.13 | 0.64 | 0.28 |
| Hex | 52 | 1A | 77 | 1F | 4E | 0 | 35 | 114 | 40 | 1C |
| Octal | 122 | 32 | 167 | 37 | 116 | 0 | 65 | 424 | 100 | 34 |
| Binary | 1010010 | 11010 | 1110111 | 11111 | 1001110 | 0 | 110101 | 100010100 | 1000000 | 11100 |
Color Harmonies of #521A77
Complementary color
Monochromatic Colors of #521A77
Black with #521A77
Text Example
Text Example
White with #521A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A77; }
p { color: rgb(82,26,119); }
H1.HeaderClassName
{
color: #521A77;
}
.AnyTagClassName
{
color: #521A77;
}
</style>
background-color css
<style>
a { background-color: #521A77; }
a { background-color: rgb(82,26,119); }
div.DivClassName
{
background-color: #521A77;
}
.BgClassName
{
background-color: #521A77;
}
</style>
border-color css
<style>
span { border-color: #521A77; }
span { border-color: rgb(82,26,119); }
td.TdClassName
{
border-color: #521A77;
}
.TagClassName
{
border-color: #521A77;
}
</style>