Shades of Blue Diamond #531B70
Tints of Blue Diamond #531B70
RGB
CMYK
RGB Variations
Color information
#531B70 (or 0x531B70) is known color: Blue Diamond. HEX triplet: 53, 1B and 70. RGB value is (83,27,112). Sum of RGB (Red+Green+Blue) = 83+27+112=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #531B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B70 is #ACE48F. Grayscale: #353535. Windows color (decimal): -11330704 or 7347027. OLE color: 7347027.
HSL color Cylindrical-coordinate representation of color #531B70: hue angle of 279.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531B70 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 27 | 112 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.56 |
| HSL | 279.53º | 0.61% | 0.27% | - |
| HSV(B) | 279.53º | 0.76% | 0.44% | - |
| XYZ | 6.88 | 3.79 | 15.7 | - |
| YUV | 53.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 112 | 0.26 | 0.76 | 0 | 0.56 | 279.53 | 0.61 | 0.27 |
| Hex | 53 | 1B | 70 | 1A | 4C | 0 | 38 | 118 | 3D | 1B |
| Octal | 123 | 33 | 160 | 32 | 114 | 0 | 70 | 430 | 75 | 33 |
| Binary | 1010011 | 11011 | 1110000 | 11010 | 1001100 | 0 | 111000 | 100011000 | 111101 | 11011 |
Color Harmonies of #531B70
Complementary color
Monochromatic Colors of #531B70
Black with #531B70
Text Example
Text Example
White with #531B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B70; }
p { color: rgb(83,27,112); }
H1.HeaderClassName
{
color: #531B70;
}
.AnyTagClassName
{
color: #531B70;
}
</style>
background-color css
<style>
a { background-color: #531B70; }
a { background-color: rgb(83,27,112); }
div.DivClassName
{
background-color: #531B70;
}
.BgClassName
{
background-color: #531B70;
}
</style>
border-color css
<style>
span { border-color: #531B70; }
span { border-color: rgb(83,27,112); }
td.TdClassName
{
border-color: #531B70;
}
.TagClassName
{
border-color: #531B70;
}
</style>