Shades of Blue Diamond #523375
Tints of Blue Diamond #523375
RGB
CMYK
RGB Variations
Color information
#523375 (or 0x523375) is known color: Blue Diamond. HEX triplet: 52, 33 and 75. RGB value is (82,51,117). Sum of RGB (Red+Green+Blue) = 82+51+117=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #523375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523375 is #ADCC8A. Grayscale: #434343. Windows color (decimal): -11390091 or 7680850. OLE color: 7680850.
HSL color Cylindrical-coordinate representation of color #523375: hue angle of 268.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523375 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 51 | 117 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.54 |
| HSL | 268.18º | 0.39% | 0.33% | - |
| HSV(B) | 268.18º | 0.56% | 0.46% | - |
| XYZ | 7.87 | 5.45 | 17.47 | - |
| YUV | 67.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 117 | 0.30 | 0.56 | 0 | 0.54 | 268.18 | 0.39 | 0.33 |
| Hex | 52 | 33 | 75 | 1E | 38 | 0 | 36 | 10C | 27 | 21 |
| Octal | 122 | 63 | 165 | 36 | 70 | 0 | 66 | 414 | 47 | 41 |
| Binary | 1010010 | 110011 | 1110101 | 11110 | 111000 | 0 | 110110 | 100001100 | 100111 | 100001 |
Color Harmonies of #523375
Complementary color
Monochromatic Colors of #523375
Black with #523375
Text Example
Text Example
White with #523375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523375; }
p { color: rgb(82,51,117); }
H1.HeaderClassName
{
color: #523375;
}
.AnyTagClassName
{
color: #523375;
}
</style>
background-color css
<style>
a { background-color: #523375; }
a { background-color: rgb(82,51,117); }
div.DivClassName
{
background-color: #523375;
}
.BgClassName
{
background-color: #523375;
}
</style>
border-color css
<style>
span { border-color: #523375; }
span { border-color: rgb(82,51,117); }
td.TdClassName
{
border-color: #523375;
}
.TagClassName
{
border-color: #523375;
}
</style>