Shades of Blue Diamond #53287A
Tints of Blue Diamond #53287A
RGB
CMYK
RGB Variations
Color information
#53287A (or 0x53287A) is known color: Blue Diamond. HEX triplet: 53, 28 and 7A. RGB value is (83,40,122). Sum of RGB (Red+Green+Blue) = 83+40+122=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #53287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53287A is #ACD785. Grayscale: #3D3D3D. Windows color (decimal): -11327366 or 8005715. OLE color: 8005715.
HSL color Cylindrical-coordinate representation of color #53287A: hue angle of 271.46º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53287A is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 40 | 122 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.52 |
| HSL | 271.46º | 0.51% | 0.32% | - |
| HSV(B) | 271.46º | 0.67% | 0.48% | - |
| XYZ | 7.84 | 4.76 | 18.92 | - |
| YUV | 62.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 122 | 0.32 | 0.67 | 0 | 0.52 | 271.46 | 0.51 | 0.32 |
| Hex | 53 | 28 | 7A | 20 | 43 | 0 | 34 | 10F | 33 | 20 |
| Octal | 123 | 50 | 172 | 40 | 103 | 0 | 64 | 417 | 63 | 40 |
| Binary | 1010011 | 101000 | 1111010 | 100000 | 1000011 | 0 | 110100 | 100001111 | 110011 | 100000 |
Color Harmonies of #53287A
Complementary color
Monochromatic Colors of #53287A
Black with #53287A
Text Example
Text Example
White with #53287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53287A; }
p { color: rgb(83,40,122); }
H1.HeaderClassName
{
color: #53287A;
}
.AnyTagClassName
{
color: #53287A;
}
</style>
background-color css
<style>
a { background-color: #53287A; }
a { background-color: rgb(83,40,122); }
div.DivClassName
{
background-color: #53287A;
}
.BgClassName
{
background-color: #53287A;
}
</style>
border-color css
<style>
span { border-color: #53287A; }
span { border-color: rgb(83,40,122); }
td.TdClassName
{
border-color: #53287A;
}
.TagClassName
{
border-color: #53287A;
}
</style>