Shades of Blue Diamond #53296B
Tints of Blue Diamond #53296B
RGB
CMYK
RGB Variations
Color information
#53296B (or 0x53296B) is known color: Blue Diamond. HEX triplet: 53, 29 and 6B. RGB value is (83,41,107). Sum of RGB (Red+Green+Blue) = 83+41+107=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #53296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53296B is #ACD694. Grayscale: #3C3C3C. Windows color (decimal): -11327125 or 7022931. OLE color: 7022931.
HSL color Cylindrical-coordinate representation of color #53296B: hue angle of 278.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53296B is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 41 | 107 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.58 |
| HSL | 278.18º | 0.45% | 0.29% | - |
| HSV(B) | 278.18º | 0.62% | 0.42% | - |
| XYZ | 7.01 | 4.49 | 14.41 | - |
| YUV | 61.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 107 | 0.22 | 0.62 | 0 | 0.58 | 278.18 | 0.45 | 0.29 |
| Hex | 53 | 29 | 6B | 16 | 3E | 0 | 3A | 116 | 2D | 1D |
| Octal | 123 | 51 | 153 | 26 | 76 | 0 | 72 | 426 | 55 | 35 |
| Binary | 1010011 | 101001 | 1101011 | 10110 | 111110 | 0 | 111010 | 100010110 | 101101 | 11101 |
Color Harmonies of #53296B
Complementary color
Monochromatic Colors of #53296B
Black with #53296B
Text Example
Text Example
White with #53296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53296B; }
p { color: rgb(83,41,107); }
H1.HeaderClassName
{
color: #53296B;
}
.AnyTagClassName
{
color: #53296B;
}
</style>
background-color css
<style>
a { background-color: #53296B; }
a { background-color: rgb(83,41,107); }
div.DivClassName
{
background-color: #53296B;
}
.BgClassName
{
background-color: #53296B;
}
</style>
border-color css
<style>
span { border-color: #53296B; }
span { border-color: rgb(83,41,107); }
td.TdClassName
{
border-color: #53296B;
}
.TagClassName
{
border-color: #53296B;
}
</style>