Shades of Blue Diamond #532F76
Tints of Blue Diamond #532F76
RGB
CMYK
RGB Variations
Color information
#532F76 (or 0x532F76) is known color: Blue Diamond. HEX triplet: 53, 2F and 76. RGB value is (83,47,118). Sum of RGB (Red+Green+Blue) = 83+47+118=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #532F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F76 is #ACD089. Grayscale: #414141. Windows color (decimal): -11325578 or 7745363. OLE color: 7745363.
HSL color Cylindrical-coordinate representation of color #532F76: hue angle of 270.42º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532F76 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 47 | 118 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.54 |
| HSL | 270.42º | 0.43% | 0.32% | - |
| HSV(B) | 270.42º | 0.6% | 0.46% | - |
| XYZ | 7.85 | 5.18 | 17.73 | - |
| YUV | 65.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 118 | 0.30 | 0.60 | 0 | 0.54 | 270.42 | 0.43 | 0.32 |
| Hex | 53 | 2F | 76 | 1E | 3C | 0 | 36 | 10E | 2B | 20 |
| Octal | 123 | 57 | 166 | 36 | 74 | 0 | 66 | 416 | 53 | 40 |
| Binary | 1010011 | 101111 | 1110110 | 11110 | 111100 | 0 | 110110 | 100001110 | 101011 | 100000 |
Color Harmonies of #532F76
Complementary color
Monochromatic Colors of #532F76
Black with #532F76
Text Example
Text Example
White with #532F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F76; }
p { color: rgb(83,47,118); }
H1.HeaderClassName
{
color: #532F76;
}
.AnyTagClassName
{
color: #532F76;
}
</style>
background-color css
<style>
a { background-color: #532F76; }
a { background-color: rgb(83,47,118); }
div.DivClassName
{
background-color: #532F76;
}
.BgClassName
{
background-color: #532F76;
}
</style>
border-color css
<style>
span { border-color: #532F76; }
span { border-color: rgb(83,47,118); }
td.TdClassName
{
border-color: #532F76;
}
.TagClassName
{
border-color: #532F76;
}
</style>