Shades of Blue Diamond #53276D
Tints of Blue Diamond #53276D
RGB
CMYK
RGB Variations
Color information
#53276D (or 0x53276D) is known color: Blue Diamond. HEX triplet: 53, 27 and 6D. RGB value is (83,39,109). Sum of RGB (Red+Green+Blue) = 83+39+109=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #53276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53276D is #ACD892. Grayscale: #3B3B3B. Windows color (decimal): -11327635 or 7153491. OLE color: 7153491.
HSL color Cylindrical-coordinate representation of color #53276D: hue angle of 277.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53276D is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 39 | 109 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.57 |
| HSL | 277.71º | 0.47% | 0.29% | - |
| HSV(B) | 277.71º | 0.64% | 0.43% | - |
| XYZ | 7.05 | 4.39 | 14.94 | - |
| YUV | 60.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 109 | 0.24 | 0.64 | 0 | 0.57 | 277.71 | 0.47 | 0.29 |
| Hex | 53 | 27 | 6D | 18 | 40 | 0 | 39 | 116 | 2F | 1D |
| Octal | 123 | 47 | 155 | 30 | 100 | 0 | 71 | 426 | 57 | 35 |
| Binary | 1010011 | 100111 | 1101101 | 11000 | 1000000 | 0 | 111001 | 100010110 | 101111 | 11101 |
Color Harmonies of #53276D
Complementary color
Monochromatic Colors of #53276D
Black with #53276D
Text Example
Text Example
White with #53276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53276D; }
p { color: rgb(83,39,109); }
H1.HeaderClassName
{
color: #53276D;
}
.AnyTagClassName
{
color: #53276D;
}
</style>
background-color css
<style>
a { background-color: #53276D; }
a { background-color: rgb(83,39,109); }
div.DivClassName
{
background-color: #53276D;
}
.BgClassName
{
background-color: #53276D;
}
</style>
border-color css
<style>
span { border-color: #53276D; }
span { border-color: rgb(83,39,109); }
td.TdClassName
{
border-color: #53276D;
}
.TagClassName
{
border-color: #53276D;
}
</style>