Shades of Blue Diamond #53217B
Tints of Blue Diamond #53217B
RGB
CMYK
RGB Variations
Color information
#53217B (or 0x53217B) is known color: Blue Diamond. HEX triplet: 53, 21 and 7B. RGB value is (83,33,123). Sum of RGB (Red+Green+Blue) = 83+33+123=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #53217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53217B is #ACDE84. Grayscale: #393939. Windows color (decimal): -11329157 or 8069459. OLE color: 8069459.
HSL color Cylindrical-coordinate representation of color #53217B: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53217B is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 33 | 123 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.52 |
| HSL | 273.33º | 0.58% | 0.31% | - |
| HSV(B) | 273.33º | 0.73% | 0.48% | - |
| XYZ | 7.69 | 4.36 | 19.17 | - |
| YUV | 58.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 123 | 0.33 | 0.73 | 0 | 0.52 | 273.33 | 0.58 | 0.31 |
| Hex | 53 | 21 | 7B | 21 | 49 | 0 | 34 | 111 | 3A | 1F |
| Octal | 123 | 41 | 173 | 41 | 111 | 0 | 64 | 421 | 72 | 37 |
| Binary | 1010011 | 100001 | 1111011 | 100001 | 1001001 | 0 | 110100 | 100010001 | 111010 | 11111 |
Color Harmonies of #53217B
Complementary color
Monochromatic Colors of #53217B
Black with #53217B
Text Example
Text Example
White with #53217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53217B; }
p { color: rgb(83,33,123); }
H1.HeaderClassName
{
color: #53217B;
}
.AnyTagClassName
{
color: #53217B;
}
</style>
background-color css
<style>
a { background-color: #53217B; }
a { background-color: rgb(83,33,123); }
div.DivClassName
{
background-color: #53217B;
}
.BgClassName
{
background-color: #53217B;
}
</style>
border-color css
<style>
span { border-color: #53217B; }
span { border-color: rgb(83,33,123); }
td.TdClassName
{
border-color: #53217B;
}
.TagClassName
{
border-color: #53217B;
}
</style>