Shades of Blue Diamond #532C70
Tints of Blue Diamond #532C70
RGB
CMYK
RGB Variations
Color information
#532C70 (or 0x532C70) is known color: Blue Diamond. HEX triplet: 53, 2C and 70. RGB value is (83,44,112). Sum of RGB (Red+Green+Blue) = 83+44+112=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #532C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C70 is #ACD38F. Grayscale: #3F3F3F. Windows color (decimal): -11326352 or 7351379. OLE color: 7351379.
HSL color Cylindrical-coordinate representation of color #532C70: hue angle of 274.41º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532C70 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 44 | 112 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.56 |
| HSL | 274.41º | 0.44% | 0.31% | - |
| HSV(B) | 274.41º | 0.61% | 0.44% | - |
| XYZ | 7.39 | 4.81 | 15.87 | - |
| YUV | 63.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 112 | 0.26 | 0.61 | 0 | 0.56 | 274.41 | 0.44 | 0.31 |
| Hex | 53 | 2C | 70 | 1A | 3D | 0 | 38 | 112 | 2C | 1F |
| Octal | 123 | 54 | 160 | 32 | 75 | 0 | 70 | 422 | 54 | 37 |
| Binary | 1010011 | 101100 | 1110000 | 11010 | 111101 | 0 | 111000 | 100010010 | 101100 | 11111 |
Color Harmonies of #532C70
Complementary color
Monochromatic Colors of #532C70
Black with #532C70
Text Example
Text Example
White with #532C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C70; }
p { color: rgb(83,44,112); }
H1.HeaderClassName
{
color: #532C70;
}
.AnyTagClassName
{
color: #532C70;
}
</style>
background-color css
<style>
a { background-color: #532C70; }
a { background-color: rgb(83,44,112); }
div.DivClassName
{
background-color: #532C70;
}
.BgClassName
{
background-color: #532C70;
}
</style>
border-color css
<style>
span { border-color: #532C70; }
span { border-color: rgb(83,44,112); }
td.TdClassName
{
border-color: #532C70;
}
.TagClassName
{
border-color: #532C70;
}
</style>