Shades of Blue Diamond #531F70
Tints of Blue Diamond #531F70
RGB
CMYK
RGB Variations
Color information
#531F70 (or 0x531F70) is known color: Blue Diamond. HEX triplet: 53, 1F and 70. RGB value is (83,31,112). Sum of RGB (Red+Green+Blue) = 83+31+112=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #531F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F70 is #ACE08F. Grayscale: #373737. Windows color (decimal): -11329680 or 7348051. OLE color: 7348051.
HSL color Cylindrical-coordinate representation of color #531F70: hue angle of 278.52º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531F70 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 31 | 112 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.56 |
| HSL | 278.52º | 0.57% | 0.28% | - |
| HSV(B) | 278.52º | 0.72% | 0.44% | - |
| XYZ | 6.98 | 3.99 | 15.73 | - |
| YUV | 55.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 112 | 0.26 | 0.72 | 0 | 0.56 | 278.52 | 0.57 | 0.28 |
| Hex | 53 | 1F | 70 | 1A | 48 | 0 | 38 | 117 | 39 | 1C |
| Octal | 123 | 37 | 160 | 32 | 110 | 0 | 70 | 427 | 71 | 34 |
| Binary | 1010011 | 11111 | 1110000 | 11010 | 1001000 | 0 | 111000 | 100010111 | 111001 | 11100 |
Color Harmonies of #531F70
Complementary color
Monochromatic Colors of #531F70
Black with #531F70
Text Example
Text Example
White with #531F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F70; }
p { color: rgb(83,31,112); }
H1.HeaderClassName
{
color: #531F70;
}
.AnyTagClassName
{
color: #531F70;
}
</style>
background-color css
<style>
a { background-color: #531F70; }
a { background-color: rgb(83,31,112); }
div.DivClassName
{
background-color: #531F70;
}
.BgClassName
{
background-color: #531F70;
}
</style>
border-color css
<style>
span { border-color: #531F70; }
span { border-color: rgb(83,31,112); }
td.TdClassName
{
border-color: #531F70;
}
.TagClassName
{
border-color: #531F70;
}
</style>