Shades of Blue Diamond #531D7E
Tints of Blue Diamond #531D7E
RGB
CMYK
RGB Variations
Color information
#531D7E (or 0x531D7E) is known color: Blue Diamond. HEX triplet: 53, 1D and 7E. RGB value is (83,29,126). Sum of RGB (Red+Green+Blue) = 83+29+126=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #531D7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D7E is #ACE281. Grayscale: #373737. Windows color (decimal): -11330178 or 8265043. OLE color: 8265043.
HSL color Cylindrical-coordinate representation of color #531D7E: hue angle of 273.4º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531D7E is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 29 | 126 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.51 |
| HSL | 273.4º | 0.63% | 0.3% | - |
| HSV(B) | 273.4º | 0.77% | 0.49% | - |
| XYZ | 7.77 | 4.22 | 20.14 | - |
| YUV | 56.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 126 | 0.34 | 0.77 | 0 | 0.51 | 273.4 | 0.63 | 0.3 |
| Hex | 53 | 1D | 7E | 22 | 4D | 0 | 33 | 111 | 3F | 1E |
| Octal | 123 | 35 | 176 | 42 | 115 | 0 | 63 | 421 | 77 | 36 |
| Binary | 1010011 | 11101 | 1111110 | 100010 | 1001101 | 0 | 110011 | 100010001 | 111111 | 11110 |
Color Harmonies of #531D7E
Complementary color
Monochromatic Colors of #531D7E
Black with #531D7E
Text Example
Text Example
White with #531D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D7E; }
p { color: rgb(83,29,126); }
H1.HeaderClassName
{
color: #531D7E;
}
.AnyTagClassName
{
color: #531D7E;
}
</style>
background-color css
<style>
a { background-color: #531D7E; }
a { background-color: rgb(83,29,126); }
div.DivClassName
{
background-color: #531D7E;
}
.BgClassName
{
background-color: #531D7E;
}
</style>
border-color css
<style>
span { border-color: #531D7E; }
span { border-color: rgb(83,29,126); }
td.TdClassName
{
border-color: #531D7E;
}
.TagClassName
{
border-color: #531D7E;
}
</style>