Shades of Blue Diamond #50356C
Tints of Blue Diamond #50356C
RGB
CMYK
RGB Variations
Color information
#50356C (or 0x50356C) is known color: Blue Diamond. HEX triplet: 50, 35 and 6C. RGB value is (80,53,108). Sum of RGB (Red+Green+Blue) = 80+53+108=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #50356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50356C is #AFCA93. Grayscale: #434343. Windows color (decimal): -11520660 or 7091536. OLE color: 7091536.
HSL color Cylindrical-coordinate representation of color #50356C: hue angle of 269.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50356C is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 53 | 108 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.58 |
| HSL | 269.45º | 0.34% | 0.32% | - |
| HSV(B) | 269.45º | 0.51% | 0.42% | - |
| XYZ | 7.29 | 5.33 | 14.83 | - |
| YUV | 67.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 108 | 0.26 | 0.51 | 0 | 0.58 | 269.45 | 0.34 | 0.32 |
| Hex | 50 | 35 | 6C | 1A | 33 | 0 | 3A | 10D | 22 | 20 |
| Octal | 120 | 65 | 154 | 32 | 63 | 0 | 72 | 415 | 42 | 40 |
| Binary | 1010000 | 110101 | 1101100 | 11010 | 110011 | 0 | 111010 | 100001101 | 100010 | 100000 |
Color Harmonies of #50356C
Complementary color
Monochromatic Colors of #50356C
Black with #50356C
Text Example
Text Example
White with #50356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50356C; }
p { color: rgb(80,53,108); }
H1.HeaderClassName
{
color: #50356C;
}
.AnyTagClassName
{
color: #50356C;
}
</style>
background-color css
<style>
a { background-color: #50356C; }
a { background-color: rgb(80,53,108); }
div.DivClassName
{
background-color: #50356C;
}
.BgClassName
{
background-color: #50356C;
}
</style>
border-color css
<style>
span { border-color: #50356C; }
span { border-color: rgb(80,53,108); }
td.TdClassName
{
border-color: #50356C;
}
.TagClassName
{
border-color: #50356C;
}
</style>