Shades of Blue Diamond #523873
Tints of Blue Diamond #523873
RGB
CMYK
RGB Variations
Color information
#523873 (or 0x523873) is known color: Blue Diamond. HEX triplet: 52, 38 and 73. RGB value is (82,56,115). Sum of RGB (Red+Green+Blue) = 82+56+115=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #523873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523873 is #ADC78C. Grayscale: #464646. Windows color (decimal): -11388813 or 7551058. OLE color: 7551058.
HSL color Cylindrical-coordinate representation of color #523873: hue angle of 266.44º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #523873 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 56 | 115 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.55 |
| HSL | 266.44º | 0.35% | 0.34% | - |
| HSV(B) | 266.44º | 0.51% | 0.45% | - |
| XYZ | 7.99 | 5.86 | 16.93 | - |
| YUV | 70.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 115 | 0.29 | 0.51 | 0 | 0.55 | 266.44 | 0.35 | 0.34 |
| Hex | 52 | 38 | 73 | 1D | 33 | 0 | 37 | 10A | 23 | 22 |
| Octal | 122 | 70 | 163 | 35 | 63 | 0 | 67 | 412 | 43 | 42 |
| Binary | 1010010 | 111000 | 1110011 | 11101 | 110011 | 0 | 110111 | 100001010 | 100011 | 100010 |
Color Harmonies of #523873
Complementary color
Monochromatic Colors of #523873
Black with #523873
Text Example
Text Example
White with #523873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523873; }
p { color: rgb(82,56,115); }
H1.HeaderClassName
{
color: #523873;
}
.AnyTagClassName
{
color: #523873;
}
</style>
background-color css
<style>
a { background-color: #523873; }
a { background-color: rgb(82,56,115); }
div.DivClassName
{
background-color: #523873;
}
.BgClassName
{
background-color: #523873;
}
</style>
border-color css
<style>
span { border-color: #523873; }
span { border-color: rgb(82,56,115); }
td.TdClassName
{
border-color: #523873;
}
.TagClassName
{
border-color: #523873;
}
</style>