Shades of Blue Diamond #521B6F
Tints of Blue Diamond #521B6F
RGB
CMYK
RGB Variations
Color information
#521B6F (or 0x521B6F) is known color: Blue Diamond. HEX triplet: 52, 1B and 6F. RGB value is (82,27,111). Sum of RGB (Red+Green+Blue) = 82+27+111=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #521B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B6F is #ADE490. Grayscale: #343434. Windows color (decimal): -11396241 or 7281490. OLE color: 7281490.
HSL color Cylindrical-coordinate representation of color #521B6F: hue angle of 279.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521B6F is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 27 | 111 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.56 |
| HSL | 279.29º | 0.61% | 0.27% | - |
| HSV(B) | 279.29º | 0.76% | 0.44% | - |
| XYZ | 6.74 | 3.73 | 15.4 | - |
| YUV | 53.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 111 | 0.26 | 0.76 | 0 | 0.56 | 279.29 | 0.61 | 0.27 |
| Hex | 52 | 1B | 6F | 1A | 4C | 0 | 38 | 117 | 3D | 1B |
| Octal | 122 | 33 | 157 | 32 | 114 | 0 | 70 | 427 | 75 | 33 |
| Binary | 1010010 | 11011 | 1101111 | 11010 | 1001100 | 0 | 111000 | 100010111 | 111101 | 11011 |
Color Harmonies of #521B6F
Complementary color
Monochromatic Colors of #521B6F
Black with #521B6F
Text Example
Text Example
White with #521B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B6F; }
p { color: rgb(82,27,111); }
H1.HeaderClassName
{
color: #521B6F;
}
.AnyTagClassName
{
color: #521B6F;
}
</style>
background-color css
<style>
a { background-color: #521B6F; }
a { background-color: rgb(82,27,111); }
div.DivClassName
{
background-color: #521B6F;
}
.BgClassName
{
background-color: #521B6F;
}
</style>
border-color css
<style>
span { border-color: #521B6F; }
span { border-color: rgb(82,27,111); }
td.TdClassName
{
border-color: #521B6F;
}
.TagClassName
{
border-color: #521B6F;
}
</style>