Shades of Blue Diamond #532273
Tints of Blue Diamond #532273
RGB
CMYK
RGB Variations
Color information
#532273 (or 0x532273) is known color: Blue Diamond. HEX triplet: 53, 22 and 73. RGB value is (83,34,115). Sum of RGB (Red+Green+Blue) = 83+34+115=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #532273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532273 is #ACDD8C. Grayscale: #393939. Windows color (decimal): -11328909 or 7545427. OLE color: 7545427.
HSL color Cylindrical-coordinate representation of color #532273: hue angle of 276.3º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532273 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 34 | 115 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.55 |
| HSL | 276.3º | 0.54% | 0.29% | - |
| HSV(B) | 276.3º | 0.7% | 0.45% | - |
| XYZ | 7.23 | 4.22 | 16.65 | - |
| YUV | 57.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 115 | 0.28 | 0.70 | 0 | 0.55 | 276.3 | 0.54 | 0.29 |
| Hex | 53 | 22 | 73 | 1C | 46 | 0 | 37 | 114 | 36 | 1D |
| Octal | 123 | 42 | 163 | 34 | 106 | 0 | 67 | 424 | 66 | 35 |
| Binary | 1010011 | 100010 | 1110011 | 11100 | 1000110 | 0 | 110111 | 100010100 | 110110 | 11101 |
Color Harmonies of #532273
Complementary color
Monochromatic Colors of #532273
Black with #532273
Text Example
Text Example
White with #532273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532273; }
p { color: rgb(83,34,115); }
H1.HeaderClassName
{
color: #532273;
}
.AnyTagClassName
{
color: #532273;
}
</style>
background-color css
<style>
a { background-color: #532273; }
a { background-color: rgb(83,34,115); }
div.DivClassName
{
background-color: #532273;
}
.BgClassName
{
background-color: #532273;
}
</style>
border-color css
<style>
span { border-color: #532273; }
span { border-color: rgb(83,34,115); }
td.TdClassName
{
border-color: #532273;
}
.TagClassName
{
border-color: #532273;
}
</style>