Shades of Blue Diamond #531972
Tints of Blue Diamond #531972
RGB
CMYK
RGB Variations
Color information
#531972 (or 0x531972) is known color: Blue Diamond. HEX triplet: 53, 19 and 72. RGB value is (83,25,114). Sum of RGB (Red+Green+Blue) = 83+25+114=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #531972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531972 is #ACE68D. Grayscale: #343434. Windows color (decimal): -11331214 or 7477587. OLE color: 7477587.
HSL color Cylindrical-coordinate representation of color #531972: hue angle of 279.1º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531972 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 25 | 114 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.55 |
| HSL | 279.1º | 0.64% | 0.27% | - |
| HSV(B) | 279.1º | 0.78% | 0.45% | - |
| XYZ | 6.95 | 3.75 | 16.28 | - |
| YUV | 52.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 114 | 0.27 | 0.78 | 0 | 0.55 | 279.1 | 0.64 | 0.27 |
| Hex | 53 | 19 | 72 | 1B | 4E | 0 | 37 | 117 | 40 | 1B |
| Octal | 123 | 31 | 162 | 33 | 116 | 0 | 67 | 427 | 100 | 33 |
| Binary | 1010011 | 11001 | 1110010 | 11011 | 1001110 | 0 | 110111 | 100010111 | 1000000 | 11011 |
Color Harmonies of #531972
Complementary color
Monochromatic Colors of #531972
Black with #531972
Text Example
Text Example
White with #531972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531972; }
p { color: rgb(83,25,114); }
H1.HeaderClassName
{
color: #531972;
}
.AnyTagClassName
{
color: #531972;
}
</style>
background-color css
<style>
a { background-color: #531972; }
a { background-color: rgb(83,25,114); }
div.DivClassName
{
background-color: #531972;
}
.BgClassName
{
background-color: #531972;
}
</style>
border-color css
<style>
span { border-color: #531972; }
span { border-color: rgb(83,25,114); }
td.TdClassName
{
border-color: #531972;
}
.TagClassName
{
border-color: #531972;
}
</style>