Shades of Blue Diamond #50286F
Tints of Blue Diamond #50286F
RGB
CMYK
RGB Variations
Color information
#50286F (or 0x50286F) is known color: Blue Diamond. HEX triplet: 50, 28 and 6F. RGB value is (80,40,111). Sum of RGB (Red+Green+Blue) = 80+40+111=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #50286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50286F is #AFD790. Grayscale: #3B3B3B. Windows color (decimal): -11523985 or 7284816. OLE color: 7284816.
HSL color Cylindrical-coordinate representation of color #50286F: hue angle of 273.8º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50286F is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 40 | 111 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.56 |
| HSL | 273.8º | 0.47% | 0.3% | - |
| HSV(B) | 273.8º | 0.64% | 0.44% | - |
| XYZ | 6.94 | 4.37 | 15.52 | - |
| YUV | 60.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 111 | 0.28 | 0.64 | 0 | 0.56 | 273.8 | 0.47 | 0.3 |
| Hex | 50 | 28 | 6F | 1C | 40 | 0 | 38 | 112 | 2F | 1E |
| Octal | 120 | 50 | 157 | 34 | 100 | 0 | 70 | 422 | 57 | 36 |
| Binary | 1010000 | 101000 | 1101111 | 11100 | 1000000 | 0 | 111000 | 100010010 | 101111 | 11110 |
Color Harmonies of #50286F
Complementary color
Monochromatic Colors of #50286F
Black with #50286F
Text Example
Text Example
White with #50286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50286F; }
p { color: rgb(80,40,111); }
H1.HeaderClassName
{
color: #50286F;
}
.AnyTagClassName
{
color: #50286F;
}
</style>
background-color css
<style>
a { background-color: #50286F; }
a { background-color: rgb(80,40,111); }
div.DivClassName
{
background-color: #50286F;
}
.BgClassName
{
background-color: #50286F;
}
</style>
border-color css
<style>
span { border-color: #50286F; }
span { border-color: rgb(80,40,111); }
td.TdClassName
{
border-color: #50286F;
}
.TagClassName
{
border-color: #50286F;
}
</style>