Shades of Blue Diamond #532D6D
Tints of Blue Diamond #532D6D
RGB
CMYK
RGB Variations
Color information
#532D6D (or 0x532D6D) is known color: Blue Diamond. HEX triplet: 53, 2D and 6D. RGB value is (83,45,109). Sum of RGB (Red+Green+Blue) = 83+45+109=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #532D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D6D is #ACD292. Grayscale: #3F3F3F. Windows color (decimal): -11326099 or 7155027. OLE color: 7155027.
HSL color Cylindrical-coordinate representation of color #532D6D: hue angle of 275.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532D6D is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 45 | 109 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.57 |
| HSL | 275.63º | 0.42% | 0.3% | - |
| HSV(B) | 275.63º | 0.59% | 0.43% | - |
| XYZ | 7.27 | 4.82 | 15.02 | - |
| YUV | 63.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 109 | 0.24 | 0.59 | 0 | 0.57 | 275.63 | 0.42 | 0.3 |
| Hex | 53 | 2D | 6D | 18 | 3B | 0 | 39 | 114 | 2A | 1E |
| Octal | 123 | 55 | 155 | 30 | 73 | 0 | 71 | 424 | 52 | 36 |
| Binary | 1010011 | 101101 | 1101101 | 11000 | 111011 | 0 | 111001 | 100010100 | 101010 | 11110 |
Color Harmonies of #532D6D
Complementary color
Monochromatic Colors of #532D6D
Black with #532D6D
Text Example
Text Example
White with #532D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D6D; }
p { color: rgb(83,45,109); }
H1.HeaderClassName
{
color: #532D6D;
}
.AnyTagClassName
{
color: #532D6D;
}
</style>
background-color css
<style>
a { background-color: #532D6D; }
a { background-color: rgb(83,45,109); }
div.DivClassName
{
background-color: #532D6D;
}
.BgClassName
{
background-color: #532D6D;
}
</style>
border-color css
<style>
span { border-color: #532D6D; }
span { border-color: rgb(83,45,109); }
td.TdClassName
{
border-color: #532D6D;
}
.TagClassName
{
border-color: #532D6D;
}
</style>