Shades of Blue Diamond #531A7F
Tints of Blue Diamond #531A7F
RGB
CMYK
RGB Variations
Color information
#531A7F (or 0x531A7F) is known color: Blue Diamond. HEX triplet: 53, 1A and 7F. RGB value is (83,26,127). Sum of RGB (Red+Green+Blue) = 83+26+127=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #531A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A7F is #ACE580. Grayscale: #363636. Windows color (decimal): -11330945 or 8329811. OLE color: 8329811.
HSL color Cylindrical-coordinate representation of color #531A7F: hue angle of 273.86º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531A7F is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 26 | 127 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.50 |
| HSL | 273.86º | 0.66% | 0.3% | - |
| HSV(B) | 273.86º | 0.8% | 0.5% | - |
| XYZ | 7.77 | 4.11 | 20.46 | - |
| YUV | 54.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 127 | 0.35 | 0.80 | 0 | 0.50 | 273.86 | 0.66 | 0.3 |
| Hex | 53 | 1A | 7F | 23 | 50 | 0 | 32 | 112 | 42 | 1E |
| Octal | 123 | 32 | 177 | 43 | 120 | 0 | 62 | 422 | 102 | 36 |
| Binary | 1010011 | 11010 | 1111111 | 100011 | 1010000 | 0 | 110010 | 100010010 | 1000010 | 11110 |
Color Harmonies of #531A7F
Complementary color
Monochromatic Colors of #531A7F
Black with #531A7F
Text Example
Text Example
White with #531A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A7F; }
p { color: rgb(83,26,127); }
H1.HeaderClassName
{
color: #531A7F;
}
.AnyTagClassName
{
color: #531A7F;
}
</style>
background-color css
<style>
a { background-color: #531A7F; }
a { background-color: rgb(83,26,127); }
div.DivClassName
{
background-color: #531A7F;
}
.BgClassName
{
background-color: #531A7F;
}
</style>
border-color css
<style>
span { border-color: #531A7F; }
span { border-color: rgb(83,26,127); }
td.TdClassName
{
border-color: #531A7F;
}
.TagClassName
{
border-color: #531A7F;
}
</style>