Shades of Blue Diamond #50296C
Tints of Blue Diamond #50296C
RGB
CMYK
RGB Variations
Color information
#50296C (or 0x50296C) is known color: Blue Diamond. HEX triplet: 50, 29 and 6C. RGB value is (80,41,108). Sum of RGB (Red+Green+Blue) = 80+41+108=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #50296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50296C is #AFD693. Grayscale: #3C3C3C. Windows color (decimal): -11523732 or 7088464. OLE color: 7088464.
HSL color Cylindrical-coordinate representation of color #50296C: hue angle of 274.93º 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 #50296C is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 41 | 108 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.58 |
| HSL | 274.93º | 0.45% | 0.29% | - |
| HSV(B) | 274.93º | 0.62% | 0.42% | - |
| XYZ | 6.81 | 4.37 | 14.67 | - |
| YUV | 60.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 108 | 0.26 | 0.62 | 0 | 0.58 | 274.93 | 0.45 | 0.29 |
| Hex | 50 | 29 | 6C | 1A | 3E | 0 | 3A | 113 | 2D | 1D |
| Octal | 120 | 51 | 154 | 32 | 76 | 0 | 72 | 423 | 55 | 35 |
| Binary | 1010000 | 101001 | 1101100 | 11010 | 111110 | 0 | 111010 | 100010011 | 101101 | 11101 |
Color Harmonies of #50296C
Complementary color
Monochromatic Colors of #50296C
Black with #50296C
Text Example
Text Example
White with #50296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50296C; }
p { color: rgb(80,41,108); }
H1.HeaderClassName
{
color: #50296C;
}
.AnyTagClassName
{
color: #50296C;
}
</style>
background-color css
<style>
a { background-color: #50296C; }
a { background-color: rgb(80,41,108); }
div.DivClassName
{
background-color: #50296C;
}
.BgClassName
{
background-color: #50296C;
}
</style>
border-color css
<style>
span { border-color: #50296C; }
span { border-color: rgb(80,41,108); }
td.TdClassName
{
border-color: #50296C;
}
.TagClassName
{
border-color: #50296C;
}
</style>