Shades of Blue Diamond #502776
Tints of Blue Diamond #502776
RGB
CMYK
RGB Variations
Color information
#502776 (or 0x502776) is known color: Blue Diamond. HEX triplet: 50, 27 and 76. RGB value is (80,39,118). Sum of RGB (Red+Green+Blue) = 80+39+118=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #502776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502776 is #AFD889. Grayscale: #3B3B3B. Windows color (decimal): -11524234 or 7743312. OLE color: 7743312.
HSL color Cylindrical-coordinate representation of color #502776: hue angle of 271.14º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502776 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 39 | 118 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.54 |
| HSL | 271.14º | 0.5% | 0.31% | - |
| HSV(B) | 271.14º | 0.67% | 0.46% | - |
| XYZ | 7.3 | 4.46 | 17.62 | - |
| YUV | 60.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 118 | 0.32 | 0.67 | 0 | 0.54 | 271.14 | 0.5 | 0.31 |
| Hex | 50 | 27 | 76 | 20 | 43 | 0 | 36 | 10F | 32 | 1F |
| Octal | 120 | 47 | 166 | 40 | 103 | 0 | 66 | 417 | 62 | 37 |
| Binary | 1010000 | 100111 | 1110110 | 100000 | 1000011 | 0 | 110110 | 100001111 | 110010 | 11111 |
Color Harmonies of #502776
Complementary color
Monochromatic Colors of #502776
Black with #502776
Text Example
Text Example
White with #502776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502776; }
p { color: rgb(80,39,118); }
H1.HeaderClassName
{
color: #502776;
}
.AnyTagClassName
{
color: #502776;
}
</style>
background-color css
<style>
a { background-color: #502776; }
a { background-color: rgb(80,39,118); }
div.DivClassName
{
background-color: #502776;
}
.BgClassName
{
background-color: #502776;
}
</style>
border-color css
<style>
span { border-color: #502776; }
span { border-color: rgb(80,39,118); }
td.TdClassName
{
border-color: #502776;
}
.TagClassName
{
border-color: #502776;
}
</style>