Shades of Blue Diamond #532375
Tints of Blue Diamond #532375
RGB
CMYK
RGB Variations
Color information
#532375 (or 0x532375) is known color: Blue Diamond. HEX triplet: 53, 23 and 75. RGB value is (83,35,117). Sum of RGB (Red+Green+Blue) = 83+35+117=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #532375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532375 is #ACDC8A. Grayscale: #3A3A3A. Windows color (decimal): -11328651 or 7676755. OLE color: 7676755.
HSL color Cylindrical-coordinate representation of color #532375: hue angle of 275.12º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532375 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 35 | 117 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.54 |
| HSL | 275.12º | 0.54% | 0.3% | - |
| HSV(B) | 275.12º | 0.7% | 0.46% | - |
| XYZ | 7.38 | 4.33 | 17.28 | - |
| YUV | 58.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 117 | 0.29 | 0.70 | 0 | 0.54 | 275.12 | 0.54 | 0.3 |
| Hex | 53 | 23 | 75 | 1D | 46 | 0 | 36 | 113 | 36 | 1E |
| Octal | 123 | 43 | 165 | 35 | 106 | 0 | 66 | 423 | 66 | 36 |
| Binary | 1010011 | 100011 | 1110101 | 11101 | 1000110 | 0 | 110110 | 100010011 | 110110 | 11110 |
Color Harmonies of #532375
Complementary color
Monochromatic Colors of #532375
Black with #532375
Text Example
Text Example
White with #532375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532375; }
p { color: rgb(83,35,117); }
H1.HeaderClassName
{
color: #532375;
}
.AnyTagClassName
{
color: #532375;
}
</style>
background-color css
<style>
a { background-color: #532375; }
a { background-color: rgb(83,35,117); }
div.DivClassName
{
background-color: #532375;
}
.BgClassName
{
background-color: #532375;
}
</style>
border-color css
<style>
span { border-color: #532375; }
span { border-color: rgb(83,35,117); }
td.TdClassName
{
border-color: #532375;
}
.TagClassName
{
border-color: #532375;
}
</style>