Shades of Blue Diamond #532C75
Tints of Blue Diamond #532C75
RGB
CMYK
RGB Variations
Color information
#532C75 (or 0x532C75) is known color: Blue Diamond. HEX triplet: 53, 2C and 75. RGB value is (83,44,117). Sum of RGB (Red+Green+Blue) = 83+44+117=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #532C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C75 is #ACD38A. Grayscale: #3F3F3F. Windows color (decimal): -11326347 or 7679059. OLE color: 7679059.
HSL color Cylindrical-coordinate representation of color #532C75: hue angle of 272.05º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #532C75 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 44 | 117 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.54 |
| HSL | 272.05º | 0.45% | 0.32% | - |
| HSV(B) | 272.05º | 0.62% | 0.46% | - |
| XYZ | 7.68 | 4.92 | 17.38 | - |
| YUV | 63.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 117 | 0.29 | 0.62 | 0 | 0.54 | 272.05 | 0.45 | 0.32 |
| Hex | 53 | 2C | 75 | 1D | 3E | 0 | 36 | 110 | 2D | 20 |
| Octal | 123 | 54 | 165 | 35 | 76 | 0 | 66 | 420 | 55 | 40 |
| Binary | 1010011 | 101100 | 1110101 | 11101 | 111110 | 0 | 110110 | 100010000 | 101101 | 100000 |
Color Harmonies of #532C75
Complementary color
Monochromatic Colors of #532C75
Black with #532C75
Text Example
Text Example
White with #532C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C75; }
p { color: rgb(83,44,117); }
H1.HeaderClassName
{
color: #532C75;
}
.AnyTagClassName
{
color: #532C75;
}
</style>
background-color css
<style>
a { background-color: #532C75; }
a { background-color: rgb(83,44,117); }
div.DivClassName
{
background-color: #532C75;
}
.BgClassName
{
background-color: #532C75;
}
</style>
border-color css
<style>
span { border-color: #532C75; }
span { border-color: rgb(83,44,117); }
td.TdClassName
{
border-color: #532C75;
}
.TagClassName
{
border-color: #532C75;
}
</style>