Shades of Blue Diamond #50376D
Tints of Blue Diamond #50376D
RGB
CMYK
RGB Variations
Color information
#50376D (or 0x50376D) is known color: Blue Diamond. HEX triplet: 50, 37 and 6D. RGB value is (80,55,109). Sum of RGB (Red+Green+Blue) = 80+55+109=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #50376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50376D is #AFC892. Grayscale: #444444. Windows color (decimal): -11520147 or 7157584. OLE color: 7157584.
HSL color Cylindrical-coordinate representation of color #50376D: hue angle of 267.78º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50376D is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 55 | 109 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.57 |
| HSL | 267.78º | 0.33% | 0.32% | - |
| HSV(B) | 267.78º | 0.5% | 0.43% | - |
| XYZ | 7.43 | 5.54 | 15.15 | - |
| YUV | 68.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 109 | 0.27 | 0.50 | 0 | 0.57 | 267.78 | 0.33 | 0.32 |
| Hex | 50 | 37 | 6D | 1B | 32 | 0 | 39 | 10C | 21 | 20 |
| Octal | 120 | 67 | 155 | 33 | 62 | 0 | 71 | 414 | 41 | 40 |
| Binary | 1010000 | 110111 | 1101101 | 11011 | 110010 | 0 | 111001 | 100001100 | 100001 | 100000 |
Color Harmonies of #50376D
Complementary color
Monochromatic Colors of #50376D
Black with #50376D
Text Example
Text Example
White with #50376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50376D; }
p { color: rgb(80,55,109); }
H1.HeaderClassName
{
color: #50376D;
}
.AnyTagClassName
{
color: #50376D;
}
</style>
background-color css
<style>
a { background-color: #50376D; }
a { background-color: rgb(80,55,109); }
div.DivClassName
{
background-color: #50376D;
}
.BgClassName
{
background-color: #50376D;
}
</style>
border-color css
<style>
span { border-color: #50376D; }
span { border-color: rgb(80,55,109); }
td.TdClassName
{
border-color: #50376D;
}
.TagClassName
{
border-color: #50376D;
}
</style>