Shades of Blue Diamond #521B6D
Tints of Blue Diamond #521B6D
RGB
CMYK
RGB Variations
Color information
#521B6D (or 0x521B6D) is known color: Blue Diamond. HEX triplet: 52, 1B and 6D. RGB value is (82,27,109). Sum of RGB (Red+Green+Blue) = 82+27+109=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #521B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B6D is #ADE492. Grayscale: #343434. Windows color (decimal): -11396243 or 7150418. OLE color: 7150418.
HSL color Cylindrical-coordinate representation of color #521B6D: hue angle of 280.24º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521B6D is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 27 | 109 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.57 |
| HSL | 280.24º | 0.6% | 0.27% | - |
| HSV(B) | 280.24º | 0.75% | 0.43% | - |
| XYZ | 6.63 | 3.68 | 14.83 | - |
| YUV | 52.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 109 | 0.25 | 0.75 | 0 | 0.57 | 280.24 | 0.6 | 0.27 |
| Hex | 52 | 1B | 6D | 19 | 4B | 0 | 39 | 118 | 3C | 1B |
| Octal | 122 | 33 | 155 | 31 | 113 | 0 | 71 | 430 | 74 | 33 |
| Binary | 1010010 | 11011 | 1101101 | 11001 | 1001011 | 0 | 111001 | 100011000 | 111100 | 11011 |
Color Harmonies of #521B6D
Complementary color
Monochromatic Colors of #521B6D
Black with #521B6D
Text Example
Text Example
White with #521B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B6D; }
p { color: rgb(82,27,109); }
H1.HeaderClassName
{
color: #521B6D;
}
.AnyTagClassName
{
color: #521B6D;
}
</style>
background-color css
<style>
a { background-color: #521B6D; }
a { background-color: rgb(82,27,109); }
div.DivClassName
{
background-color: #521B6D;
}
.BgClassName
{
background-color: #521B6D;
}
</style>
border-color css
<style>
span { border-color: #521B6D; }
span { border-color: rgb(82,27,109); }
td.TdClassName
{
border-color: #521B6D;
}
.TagClassName
{
border-color: #521B6D;
}
</style>