Shades of Blue Diamond #532A6B
Tints of Blue Diamond #532A6B
RGB
CMYK
RGB Variations
Color information
#532A6B (or 0x532A6B) is known color: Blue Diamond. HEX triplet: 53, 2A and 6B. RGB value is (83,42,107). Sum of RGB (Red+Green+Blue) = 83+42+107=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #532A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A6B is #ACD594. Grayscale: #3D3D3D. Windows color (decimal): -11326869 or 7023187. OLE color: 7023187.
HSL color Cylindrical-coordinate representation of color #532A6B: hue angle of 277.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532A6B is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 42 | 107 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.58 |
| HSL | 277.85º | 0.44% | 0.29% | - |
| HSV(B) | 277.85º | 0.61% | 0.42% | - |
| XYZ | 7.05 | 4.56 | 14.42 | - |
| YUV | 61.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 107 | 0.22 | 0.61 | 0 | 0.58 | 277.85 | 0.44 | 0.29 |
| Hex | 53 | 2A | 6B | 16 | 3D | 0 | 3A | 116 | 2C | 1D |
| Octal | 123 | 52 | 153 | 26 | 75 | 0 | 72 | 426 | 54 | 35 |
| Binary | 1010011 | 101010 | 1101011 | 10110 | 111101 | 0 | 111010 | 100010110 | 101100 | 11101 |
Color Harmonies of #532A6B
Complementary color
Monochromatic Colors of #532A6B
Black with #532A6B
Text Example
Text Example
White with #532A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A6B; }
p { color: rgb(83,42,107); }
H1.HeaderClassName
{
color: #532A6B;
}
.AnyTagClassName
{
color: #532A6B;
}
</style>
background-color css
<style>
a { background-color: #532A6B; }
a { background-color: rgb(83,42,107); }
div.DivClassName
{
background-color: #532A6B;
}
.BgClassName
{
background-color: #532A6B;
}
</style>
border-color css
<style>
span { border-color: #532A6B; }
span { border-color: rgb(83,42,107); }
td.TdClassName
{
border-color: #532A6B;
}
.TagClassName
{
border-color: #532A6B;
}
</style>