Shades of Blue Diamond #53336D
Tints of Blue Diamond #53336D
RGB
CMYK
RGB Variations
Color information
#53336D (or 0x53336D) is known color: Blue Diamond. HEX triplet: 53, 33 and 6D. RGB value is (83,51,109). Sum of RGB (Red+Green+Blue) = 83+51+109=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #53336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53336D is #ACCC92. Grayscale: #424242. Windows color (decimal): -11324563 or 7156563. OLE color: 7156563.
HSL color Cylindrical-coordinate representation of color #53336D: hue angle of 273.1º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53336D is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 51 | 109 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.57 |
| HSL | 273.1º | 0.36% | 0.31% | - |
| HSV(B) | 273.1º | 0.53% | 0.43% | - |
| XYZ | 7.51 | 5.31 | 15.1 | - |
| YUV | 67.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 109 | 0.24 | 0.53 | 0 | 0.57 | 273.1 | 0.36 | 0.31 |
| Hex | 53 | 33 | 6D | 18 | 35 | 0 | 39 | 111 | 24 | 1F |
| Octal | 123 | 63 | 155 | 30 | 65 | 0 | 71 | 421 | 44 | 37 |
| Binary | 1010011 | 110011 | 1101101 | 11000 | 110101 | 0 | 111001 | 100010001 | 100100 | 11111 |
Color Harmonies of #53336D
Complementary color
Monochromatic Colors of #53336D
Black with #53336D
Text Example
Text Example
White with #53336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53336D; }
p { color: rgb(83,51,109); }
H1.HeaderClassName
{
color: #53336D;
}
.AnyTagClassName
{
color: #53336D;
}
</style>
background-color css
<style>
a { background-color: #53336D; }
a { background-color: rgb(83,51,109); }
div.DivClassName
{
background-color: #53336D;
}
.BgClassName
{
background-color: #53336D;
}
</style>
border-color css
<style>
span { border-color: #53336D; }
span { border-color: rgb(83,51,109); }
td.TdClassName
{
border-color: #53336D;
}
.TagClassName
{
border-color: #53336D;
}
</style>