Shades of Blue Diamond #522C6F
Tints of Blue Diamond #522C6F
RGB
CMYK
RGB Variations
Color information
#522C6F (or 0x522C6F) is known color: Blue Diamond. HEX triplet: 52, 2C and 6F. RGB value is (82,44,111). Sum of RGB (Red+Green+Blue) = 82+44+111=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #522C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C6F is #ADD390. Grayscale: #3E3E3E. Windows color (decimal): -11391889 or 7285842. OLE color: 7285842.
HSL color Cylindrical-coordinate representation of color #522C6F: hue angle of 274.03º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522C6F is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 44 | 111 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.56 |
| HSL | 274.03º | 0.43% | 0.3% | - |
| HSV(B) | 274.03º | 0.6% | 0.44% | - |
| XYZ | 7.25 | 4.74 | 15.57 | - |
| YUV | 63 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 111 | 0.26 | 0.60 | 0 | 0.56 | 274.03 | 0.43 | 0.3 |
| Hex | 52 | 2C | 6F | 1A | 3C | 0 | 38 | 112 | 2B | 1E |
| Octal | 122 | 54 | 157 | 32 | 74 | 0 | 70 | 422 | 53 | 36 |
| Binary | 1010010 | 101100 | 1101111 | 11010 | 111100 | 0 | 111000 | 100010010 | 101011 | 11110 |
Color Harmonies of #522C6F
Complementary color
Monochromatic Colors of #522C6F
Black with #522C6F
Text Example
Text Example
White with #522C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C6F; }
p { color: rgb(82,44,111); }
H1.HeaderClassName
{
color: #522C6F;
}
.AnyTagClassName
{
color: #522C6F;
}
</style>
background-color css
<style>
a { background-color: #522C6F; }
a { background-color: rgb(82,44,111); }
div.DivClassName
{
background-color: #522C6F;
}
.BgClassName
{
background-color: #522C6F;
}
</style>
border-color css
<style>
span { border-color: #522C6F; }
span { border-color: rgb(82,44,111); }
td.TdClassName
{
border-color: #522C6F;
}
.TagClassName
{
border-color: #522C6F;
}
</style>