Shades of Blue Diamond #53297A
Tints of Blue Diamond #53297A
RGB
CMYK
RGB Variations
Color information
#53297A (or 0x53297A) is known color: Blue Diamond. HEX triplet: 53, 29 and 7A. RGB value is (83,41,122). Sum of RGB (Red+Green+Blue) = 83+41+122=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #53297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53297A is #ACD685. Grayscale: #3E3E3E. Windows color (decimal): -11327110 or 8005971. OLE color: 8005971.
HSL color Cylindrical-coordinate representation of color #53297A: hue angle of 271.11º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53297A is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 41 | 122 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.52 |
| HSL | 271.11º | 0.5% | 0.32% | - |
| HSV(B) | 271.11º | 0.66% | 0.48% | - |
| XYZ | 7.87 | 4.83 | 18.93 | - |
| YUV | 62.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 122 | 0.32 | 0.66 | 0 | 0.52 | 271.11 | 0.5 | 0.32 |
| Hex | 53 | 29 | 7A | 20 | 42 | 0 | 34 | 10F | 32 | 20 |
| Octal | 123 | 51 | 172 | 40 | 102 | 0 | 64 | 417 | 62 | 40 |
| Binary | 1010011 | 101001 | 1111010 | 100000 | 1000010 | 0 | 110100 | 100001111 | 110010 | 100000 |
Color Harmonies of #53297A
Complementary color
Monochromatic Colors of #53297A
Black with #53297A
Text Example
Text Example
White with #53297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53297A; }
p { color: rgb(83,41,122); }
H1.HeaderClassName
{
color: #53297A;
}
.AnyTagClassName
{
color: #53297A;
}
</style>
background-color css
<style>
a { background-color: #53297A; }
a { background-color: rgb(83,41,122); }
div.DivClassName
{
background-color: #53297A;
}
.BgClassName
{
background-color: #53297A;
}
</style>
border-color css
<style>
span { border-color: #53297A; }
span { border-color: rgb(83,41,122); }
td.TdClassName
{
border-color: #53297A;
}
.TagClassName
{
border-color: #53297A;
}
</style>