Shades of Blue Diamond #50276D
Tints of Blue Diamond #50276D
RGB
CMYK
RGB Variations
Color information
#50276D (or 0x50276D) is known color: Blue Diamond. HEX triplet: 50, 27 and 6D. RGB value is (80,39,109). Sum of RGB (Red+Green+Blue) = 80+39+109=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #50276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50276D is #AFD892. Grayscale: #3B3B3B. Windows color (decimal): -11524243 or 7153488. OLE color: 7153488.
HSL color Cylindrical-coordinate representation of color #50276D: hue angle of 275.14º 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 #50276D is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 39 | 109 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.57 |
| HSL | 275.14º | 0.47% | 0.29% | - |
| HSV(B) | 275.14º | 0.64% | 0.43% | - |
| XYZ | 6.79 | 4.26 | 14.93 | - |
| YUV | 59.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 109 | 0.27 | 0.64 | 0 | 0.57 | 275.14 | 0.47 | 0.29 |
| Hex | 50 | 27 | 6D | 1B | 40 | 0 | 39 | 113 | 2F | 1D |
| Octal | 120 | 47 | 155 | 33 | 100 | 0 | 71 | 423 | 57 | 35 |
| Binary | 1010000 | 100111 | 1101101 | 11011 | 1000000 | 0 | 111001 | 100010011 | 101111 | 11101 |
Color Harmonies of #50276D
Complementary color
Monochromatic Colors of #50276D
Black with #50276D
Text Example
Text Example
White with #50276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50276D; }
p { color: rgb(80,39,109); }
H1.HeaderClassName
{
color: #50276D;
}
.AnyTagClassName
{
color: #50276D;
}
</style>
background-color css
<style>
a { background-color: #50276D; }
a { background-color: rgb(80,39,109); }
div.DivClassName
{
background-color: #50276D;
}
.BgClassName
{
background-color: #50276D;
}
</style>
border-color css
<style>
span { border-color: #50276D; }
span { border-color: rgb(80,39,109); }
td.TdClassName
{
border-color: #50276D;
}
.TagClassName
{
border-color: #50276D;
}
</style>