Shades of Blue Diamond #532E6C
Tints of Blue Diamond #532E6C
RGB
CMYK
RGB Variations
Color information
#532E6C (or 0x532E6C) is known color: Blue Diamond. HEX triplet: 53, 2E and 6C. RGB value is (83,46,108). Sum of RGB (Red+Green+Blue) = 83+46+108=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #532E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E6C is #ACD193. Grayscale: #3F3F3F. Windows color (decimal): -11325844 or 7089747. OLE color: 7089747.
HSL color Cylindrical-coordinate representation of color #532E6C: hue angle of 275.81º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532E6C is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 46 | 108 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.58 |
| HSL | 275.81º | 0.4% | 0.3% | - |
| HSV(B) | 275.81º | 0.57% | 0.42% | - |
| XYZ | 7.25 | 4.88 | 14.75 | - |
| YUV | 64.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 108 | 0.23 | 0.57 | 0 | 0.58 | 275.81 | 0.4 | 0.3 |
| Hex | 53 | 2E | 6C | 17 | 39 | 0 | 3A | 114 | 28 | 1E |
| Octal | 123 | 56 | 154 | 27 | 71 | 0 | 72 | 424 | 50 | 36 |
| Binary | 1010011 | 101110 | 1101100 | 10111 | 111001 | 0 | 111010 | 100010100 | 101000 | 11110 |
Color Harmonies of #532E6C
Complementary color
Monochromatic Colors of #532E6C
Black with #532E6C
Text Example
Text Example
White with #532E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E6C; }
p { color: rgb(83,46,108); }
H1.HeaderClassName
{
color: #532E6C;
}
.AnyTagClassName
{
color: #532E6C;
}
</style>
background-color css
<style>
a { background-color: #532E6C; }
a { background-color: rgb(83,46,108); }
div.DivClassName
{
background-color: #532E6C;
}
.BgClassName
{
background-color: #532E6C;
}
</style>
border-color css
<style>
span { border-color: #532E6C; }
span { border-color: rgb(83,46,108); }
td.TdClassName
{
border-color: #532E6C;
}
.TagClassName
{
border-color: #532E6C;
}
</style>