Shades of Blue Diamond #53286D
Tints of Blue Diamond #53286D
RGB
CMYK
RGB Variations
Color information
#53286D (or 0x53286D) is known color: Blue Diamond. HEX triplet: 53, 28 and 6D. RGB value is (83,40,109). Sum of RGB (Red+Green+Blue) = 83+40+109=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #53286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53286D is #ACD792. Grayscale: #3C3C3C. Windows color (decimal): -11327379 or 7153747. OLE color: 7153747.
HSL color Cylindrical-coordinate representation of color #53286D: hue angle of 277.39º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53286D is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 40 | 109 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.57 |
| HSL | 277.39º | 0.46% | 0.29% | - |
| HSV(B) | 277.39º | 0.63% | 0.43% | - |
| XYZ | 7.09 | 4.46 | 14.96 | - |
| YUV | 60.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 109 | 0.24 | 0.63 | 0 | 0.57 | 277.39 | 0.46 | 0.29 |
| Hex | 53 | 28 | 6D | 18 | 3F | 0 | 39 | 115 | 2E | 1D |
| Octal | 123 | 50 | 155 | 30 | 77 | 0 | 71 | 425 | 56 | 35 |
| Binary | 1010011 | 101000 | 1101101 | 11000 | 111111 | 0 | 111001 | 100010101 | 101110 | 11101 |
Color Harmonies of #53286D
Complementary color
Monochromatic Colors of #53286D
Black with #53286D
Text Example
Text Example
White with #53286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53286D; }
p { color: rgb(83,40,109); }
H1.HeaderClassName
{
color: #53286D;
}
.AnyTagClassName
{
color: #53286D;
}
</style>
background-color css
<style>
a { background-color: #53286D; }
a { background-color: rgb(83,40,109); }
div.DivClassName
{
background-color: #53286D;
}
.BgClassName
{
background-color: #53286D;
}
</style>
border-color css
<style>
span { border-color: #53286D; }
span { border-color: rgb(83,40,109); }
td.TdClassName
{
border-color: #53286D;
}
.TagClassName
{
border-color: #53286D;
}
</style>