Shades of Blue Diamond #531B7E
Tints of Blue Diamond #531B7E
RGB
CMYK
RGB Variations
Color information
#531B7E (or 0x531B7E) is known color: Blue Diamond. HEX triplet: 53, 1B and 7E. RGB value is (83,27,126). Sum of RGB (Red+Green+Blue) = 83+27+126=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #531B7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B7E is #ACE481. Grayscale: #363636. Windows color (decimal): -11330690 or 8264531. OLE color: 8264531.
HSL color Cylindrical-coordinate representation of color #531B7E: hue angle of 273.94º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531B7E is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 27 | 126 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.51 |
| HSL | 273.94º | 0.65% | 0.3% | - |
| HSV(B) | 273.94º | 0.79% | 0.49% | - |
| XYZ | 7.73 | 4.13 | 20.13 | - |
| YUV | 55.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 126 | 0.34 | 0.79 | 0 | 0.51 | 273.94 | 0.65 | 0.3 |
| Hex | 53 | 1B | 7E | 22 | 4F | 0 | 33 | 112 | 41 | 1E |
| Octal | 123 | 33 | 176 | 42 | 117 | 0 | 63 | 422 | 101 | 36 |
| Binary | 1010011 | 11011 | 1111110 | 100010 | 1001111 | 0 | 110011 | 100010010 | 1000001 | 11110 |
Color Harmonies of #531B7E
Complementary color
Monochromatic Colors of #531B7E
Black with #531B7E
Text Example
Text Example
White with #531B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B7E; }
p { color: rgb(83,27,126); }
H1.HeaderClassName
{
color: #531B7E;
}
.AnyTagClassName
{
color: #531B7E;
}
</style>
background-color css
<style>
a { background-color: #531B7E; }
a { background-color: rgb(83,27,126); }
div.DivClassName
{
background-color: #531B7E;
}
.BgClassName
{
background-color: #531B7E;
}
</style>
border-color css
<style>
span { border-color: #531B7E; }
span { border-color: rgb(83,27,126); }
td.TdClassName
{
border-color: #531B7E;
}
.TagClassName
{
border-color: #531B7E;
}
</style>