Shades of Blue Diamond #531C73
Tints of Blue Diamond #531C73
RGB
CMYK
RGB Variations
Color information
#531C73 (or 0x531C73) is known color: Blue Diamond. HEX triplet: 53, 1C and 73. RGB value is (83,28,115). Sum of RGB (Red+Green+Blue) = 83+28+115=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #531C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C73 is #ACE38C. Grayscale: #363636. Windows color (decimal): -11330445 or 7543891. OLE color: 7543891.
HSL color Cylindrical-coordinate representation of color #531C73: hue angle of 277.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531C73 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 28 | 115 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.55 |
| HSL | 277.93º | 0.61% | 0.28% | - |
| HSV(B) | 277.93º | 0.76% | 0.45% | - |
| XYZ | 7.08 | 3.91 | 16.6 | - |
| YUV | 54.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 115 | 0.28 | 0.76 | 0 | 0.55 | 277.93 | 0.61 | 0.28 |
| Hex | 53 | 1C | 73 | 1C | 4C | 0 | 37 | 116 | 3D | 1C |
| Octal | 123 | 34 | 163 | 34 | 114 | 0 | 67 | 426 | 75 | 34 |
| Binary | 1010011 | 11100 | 1110011 | 11100 | 1001100 | 0 | 110111 | 100010110 | 111101 | 11100 |
Color Harmonies of #531C73
Complementary color
Monochromatic Colors of #531C73
Black with #531C73
Text Example
Text Example
White with #531C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C73; }
p { color: rgb(83,28,115); }
H1.HeaderClassName
{
color: #531C73;
}
.AnyTagClassName
{
color: #531C73;
}
</style>
background-color css
<style>
a { background-color: #531C73; }
a { background-color: rgb(83,28,115); }
div.DivClassName
{
background-color: #531C73;
}
.BgClassName
{
background-color: #531C73;
}
</style>
border-color css
<style>
span { border-color: #531C73; }
span { border-color: rgb(83,28,115); }
td.TdClassName
{
border-color: #531C73;
}
.TagClassName
{
border-color: #531C73;
}
</style>