Shades of Blue Diamond #50287D
Tints of Blue Diamond #50287D
RGB
CMYK
RGB Variations
Color information
#50287D (or 0x50287D) is known color: Blue Diamond. HEX triplet: 50, 28 and 7D. RGB value is (80,40,125). Sum of RGB (Red+Green+Blue) = 80+40+125=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #50287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50287D is #AFD782. Grayscale: #3D3D3D. Windows color (decimal): -11523971 or 8202320. OLE color: 8202320.
HSL color Cylindrical-coordinate representation of color #50287D: hue angle of 268.24º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50287D is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 40 | 125 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.51 |
| HSL | 268.24º | 0.52% | 0.32% | - |
| HSV(B) | 268.24º | 0.68% | 0.49% | - |
| XYZ | 7.77 | 4.7 | 19.9 | - |
| YUV | 61.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 125 | 0.36 | 0.68 | 0 | 0.51 | 268.24 | 0.52 | 0.32 |
| Hex | 50 | 28 | 7D | 24 | 44 | 0 | 33 | 10C | 34 | 20 |
| Octal | 120 | 50 | 175 | 44 | 104 | 0 | 63 | 414 | 64 | 40 |
| Binary | 1010000 | 101000 | 1111101 | 100100 | 1000100 | 0 | 110011 | 100001100 | 110100 | 100000 |
Color Harmonies of #50287D
Complementary color
Monochromatic Colors of #50287D
Black with #50287D
Text Example
Text Example
White with #50287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50287D; }
p { color: rgb(80,40,125); }
H1.HeaderClassName
{
color: #50287D;
}
.AnyTagClassName
{
color: #50287D;
}
</style>
background-color css
<style>
a { background-color: #50287D; }
a { background-color: rgb(80,40,125); }
div.DivClassName
{
background-color: #50287D;
}
.BgClassName
{
background-color: #50287D;
}
</style>
border-color css
<style>
span { border-color: #50287D; }
span { border-color: rgb(80,40,125); }
td.TdClassName
{
border-color: #50287D;
}
.TagClassName
{
border-color: #50287D;
}
</style>