Shades of Blue Diamond #53236D
Tints of Blue Diamond #53236D
RGB
CMYK
RGB Variations
Color information
#53236D (or 0x53236D) is known color: Blue Diamond. HEX triplet: 53, 23 and 6D. RGB value is (83,35,109). Sum of RGB (Red+Green+Blue) = 83+35+109=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #53236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53236D is #ACDC92. Grayscale: #393939. Windows color (decimal): -11328659 or 7152467. OLE color: 7152467.
HSL color Cylindrical-coordinate representation of color #53236D: hue angle of 278.92º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53236D is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 35 | 109 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.57 |
| HSL | 278.92º | 0.51% | 0.28% | - |
| HSV(B) | 278.92º | 0.68% | 0.43% | - |
| XYZ | 6.93 | 4.15 | 14.9 | - |
| YUV | 57.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 109 | 0.24 | 0.68 | 0 | 0.57 | 278.92 | 0.51 | 0.28 |
| Hex | 53 | 23 | 6D | 18 | 44 | 0 | 39 | 117 | 33 | 1C |
| Octal | 123 | 43 | 155 | 30 | 104 | 0 | 71 | 427 | 63 | 34 |
| Binary | 1010011 | 100011 | 1101101 | 11000 | 1000100 | 0 | 111001 | 100010111 | 110011 | 11100 |
Color Harmonies of #53236D
Complementary color
Monochromatic Colors of #53236D
Black with #53236D
Text Example
Text Example
White with #53236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53236D; }
p { color: rgb(83,35,109); }
H1.HeaderClassName
{
color: #53236D;
}
.AnyTagClassName
{
color: #53236D;
}
</style>
background-color css
<style>
a { background-color: #53236D; }
a { background-color: rgb(83,35,109); }
div.DivClassName
{
background-color: #53236D;
}
.BgClassName
{
background-color: #53236D;
}
</style>
border-color css
<style>
span { border-color: #53236D; }
span { border-color: rgb(83,35,109); }
td.TdClassName
{
border-color: #53236D;
}
.TagClassName
{
border-color: #53236D;
}
</style>