Shades of Blue Diamond #53206D
Tints of Blue Diamond #53206D
RGB
CMYK
RGB Variations
Color information
#53206D (or 0x53206D) is known color: Blue Diamond. HEX triplet: 53, 20 and 6D. RGB value is (83,32,109). Sum of RGB (Red+Green+Blue) = 83+32+109=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #53206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53206D is #ACDF92. Grayscale: #373737. Windows color (decimal): -11329427 or 7151699. OLE color: 7151699.
HSL color Cylindrical-coordinate representation of color #53206D: hue angle of 279.74º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53206D is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 32 | 109 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.57 |
| HSL | 279.74º | 0.55% | 0.28% | - |
| HSV(B) | 279.74º | 0.71% | 0.43% | - |
| XYZ | 6.84 | 3.98 | 14.87 | - |
| YUV | 56.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 109 | 0.24 | 0.71 | 0 | 0.57 | 279.74 | 0.55 | 0.28 |
| Hex | 53 | 20 | 6D | 18 | 47 | 0 | 39 | 118 | 37 | 1C |
| Octal | 123 | 40 | 155 | 30 | 107 | 0 | 71 | 430 | 67 | 34 |
| Binary | 1010011 | 100000 | 1101101 | 11000 | 1000111 | 0 | 111001 | 100011000 | 110111 | 11100 |
Color Harmonies of #53206D
Complementary color
Monochromatic Colors of #53206D
Black with #53206D
Text Example
Text Example
White with #53206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53206D; }
p { color: rgb(83,32,109); }
H1.HeaderClassName
{
color: #53206D;
}
.AnyTagClassName
{
color: #53206D;
}
</style>
background-color css
<style>
a { background-color: #53206D; }
a { background-color: rgb(83,32,109); }
div.DivClassName
{
background-color: #53206D;
}
.BgClassName
{
background-color: #53206D;
}
</style>
border-color css
<style>
span { border-color: #53206D; }
span { border-color: rgb(83,32,109); }
td.TdClassName
{
border-color: #53206D;
}
.TagClassName
{
border-color: #53206D;
}
</style>