Shades of Blue Diamond #532370
Tints of Blue Diamond #532370
RGB
CMYK
RGB Variations
Color information
#532370 (or 0x532370) is known color: Blue Diamond. HEX triplet: 53, 23 and 70. RGB value is (83,35,112). Sum of RGB (Red+Green+Blue) = 83+35+112=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #532370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532370 is #ACDC8F. Grayscale: #393939. Windows color (decimal): -11328656 or 7349075. OLE color: 7349075.
HSL color Cylindrical-coordinate representation of color #532370: hue angle of 277.4º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #532370 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 35 | 112 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.56 |
| HSL | 277.4º | 0.52% | 0.29% | - |
| HSV(B) | 277.4º | 0.69% | 0.44% | - |
| XYZ | 7.09 | 4.21 | 15.77 | - |
| YUV | 58.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 112 | 0.26 | 0.69 | 0 | 0.56 | 277.4 | 0.52 | 0.29 |
| Hex | 53 | 23 | 70 | 1A | 45 | 0 | 38 | 115 | 34 | 1D |
| Octal | 123 | 43 | 160 | 32 | 105 | 0 | 70 | 425 | 64 | 35 |
| Binary | 1010011 | 100011 | 1110000 | 11010 | 1000101 | 0 | 111000 | 100010101 | 110100 | 11101 |
Color Harmonies of #532370
Complementary color
Monochromatic Colors of #532370
Black with #532370
Text Example
Text Example
White with #532370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532370; }
p { color: rgb(83,35,112); }
H1.HeaderClassName
{
color: #532370;
}
.AnyTagClassName
{
color: #532370;
}
</style>
background-color css
<style>
a { background-color: #532370; }
a { background-color: rgb(83,35,112); }
div.DivClassName
{
background-color: #532370;
}
.BgClassName
{
background-color: #532370;
}
</style>
border-color css
<style>
span { border-color: #532370; }
span { border-color: rgb(83,35,112); }
td.TdClassName
{
border-color: #532370;
}
.TagClassName
{
border-color: #532370;
}
</style>