Shades of Blue Diamond #50296D
Tints of Blue Diamond #50296D
RGB
CMYK
RGB Variations
Color information
#50296D (or 0x50296D) is known color: Blue Diamond. HEX triplet: 50, 29 and 6D. RGB value is (80,41,109). Sum of RGB (Red+Green+Blue) = 80+41+109=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #50296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50296D is #AFD692. Grayscale: #3C3C3C. Windows color (decimal): -11523731 or 7154000. OLE color: 7154000.
HSL color Cylindrical-coordinate representation of color #50296D: hue angle of 274.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50296D is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 41 | 109 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.57 |
| HSL | 274.41º | 0.45% | 0.29% | - |
| HSV(B) | 274.41º | 0.62% | 0.43% | - |
| XYZ | 6.86 | 4.4 | 14.95 | - |
| YUV | 60.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 109 | 0.27 | 0.62 | 0 | 0.57 | 274.41 | 0.45 | 0.29 |
| Hex | 50 | 29 | 6D | 1B | 3E | 0 | 39 | 112 | 2D | 1D |
| Octal | 120 | 51 | 155 | 33 | 76 | 0 | 71 | 422 | 55 | 35 |
| Binary | 1010000 | 101001 | 1101101 | 11011 | 111110 | 0 | 111001 | 100010010 | 101101 | 11101 |
Color Harmonies of #50296D
Complementary color
Monochromatic Colors of #50296D
Black with #50296D
Text Example
Text Example
White with #50296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50296D; }
p { color: rgb(80,41,109); }
H1.HeaderClassName
{
color: #50296D;
}
.AnyTagClassName
{
color: #50296D;
}
</style>
background-color css
<style>
a { background-color: #50296D; }
a { background-color: rgb(80,41,109); }
div.DivClassName
{
background-color: #50296D;
}
.BgClassName
{
background-color: #50296D;
}
</style>
border-color css
<style>
span { border-color: #50296D; }
span { border-color: rgb(80,41,109); }
td.TdClassName
{
border-color: #50296D;
}
.TagClassName
{
border-color: #50296D;
}
</style>