Shades of Blue Diamond #531A6D
Tints of Blue Diamond #531A6D
RGB
CMYK
RGB Variations
Color information
#531A6D (or 0x531A6D) is known color: Blue Diamond. HEX triplet: 53, 1A and 6D. RGB value is (83,26,109). Sum of RGB (Red+Green+Blue) = 83+26+109=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #531A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A6D is #ACE592. Grayscale: #343434. Windows color (decimal): -11330963 or 7150163. OLE color: 7150163.
HSL color Cylindrical-coordinate representation of color #531A6D: hue angle of 281.2º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531A6D is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 26 | 109 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.57 |
| HSL | 281.2º | 0.61% | 0.26% | - |
| HSV(B) | 281.2º | 0.76% | 0.43% | - |
| XYZ | 6.7 | 3.68 | 14.83 | - |
| YUV | 52.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 109 | 0.24 | 0.76 | 0 | 0.57 | 281.2 | 0.61 | 0.26 |
| Hex | 53 | 1A | 6D | 18 | 4C | 0 | 39 | 119 | 3D | 1A |
| Octal | 123 | 32 | 155 | 30 | 114 | 0 | 71 | 431 | 75 | 32 |
| Binary | 1010011 | 11010 | 1101101 | 11000 | 1001100 | 0 | 111001 | 100011001 | 111101 | 11010 |
Color Harmonies of #531A6D
Complementary color
Monochromatic Colors of #531A6D
Black with #531A6D
Text Example
Text Example
White with #531A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A6D; }
p { color: rgb(83,26,109); }
H1.HeaderClassName
{
color: #531A6D;
}
.AnyTagClassName
{
color: #531A6D;
}
</style>
background-color css
<style>
a { background-color: #531A6D; }
a { background-color: rgb(83,26,109); }
div.DivClassName
{
background-color: #531A6D;
}
.BgClassName
{
background-color: #531A6D;
}
</style>
border-color css
<style>
span { border-color: #531A6D; }
span { border-color: rgb(83,26,109); }
td.TdClassName
{
border-color: #531A6D;
}
.TagClassName
{
border-color: #531A6D;
}
</style>