Shades of Blue Diamond #523270
Tints of Blue Diamond #523270
RGB
CMYK
RGB Variations
Color information
#523270 (or 0x523270) is known color: Blue Diamond. HEX triplet: 52, 32 and 70. RGB value is (82,50,112). Sum of RGB (Red+Green+Blue) = 82+50+112=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #523270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523270 is #ADCD8F. Grayscale: #424242. Windows color (decimal): -11390352 or 7352914. OLE color: 7352914.
HSL color Cylindrical-coordinate representation of color #523270: hue angle of 270.97º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523270 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 50 | 112 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.56 |
| HSL | 270.97º | 0.38% | 0.32% | - |
| HSV(B) | 270.97º | 0.55% | 0.44% | - |
| XYZ | 7.54 | 5.24 | 15.94 | - |
| YUV | 66.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 112 | 0.27 | 0.55 | 0 | 0.56 | 270.97 | 0.38 | 0.32 |
| Hex | 52 | 32 | 70 | 1B | 37 | 0 | 38 | 10F | 26 | 20 |
| Octal | 122 | 62 | 160 | 33 | 67 | 0 | 70 | 417 | 46 | 40 |
| Binary | 1010010 | 110010 | 1110000 | 11011 | 110111 | 0 | 111000 | 100001111 | 100110 | 100000 |
Color Harmonies of #523270
Complementary color
Monochromatic Colors of #523270
Black with #523270
Text Example
Text Example
White with #523270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523270; }
p { color: rgb(82,50,112); }
H1.HeaderClassName
{
color: #523270;
}
.AnyTagClassName
{
color: #523270;
}
</style>
background-color css
<style>
a { background-color: #523270; }
a { background-color: rgb(82,50,112); }
div.DivClassName
{
background-color: #523270;
}
.BgClassName
{
background-color: #523270;
}
</style>
border-color css
<style>
span { border-color: #523270; }
span { border-color: rgb(82,50,112); }
td.TdClassName
{
border-color: #523270;
}
.TagClassName
{
border-color: #523270;
}
</style>