Shades of Blue Diamond #502F73
Tints of Blue Diamond #502F73
RGB
CMYK
RGB Variations
Color information
#502F73 (or 0x502F73) is known color: Blue Diamond. HEX triplet: 50, 2F and 73. RGB value is (80,47,115). Sum of RGB (Red+Green+Blue) = 80+47+115=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #502F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F73 is #AFD08C. Grayscale: #404040. Windows color (decimal): -11522189 or 7548752. OLE color: 7548752.
HSL color Cylindrical-coordinate representation of color #502F73: hue angle of 269.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502F73 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 47 | 115 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.55 |
| HSL | 269.12º | 0.42% | 0.32% | - |
| HSV(B) | 269.12º | 0.59% | 0.45% | - |
| XYZ | 7.42 | 4.98 | 16.79 | - |
| YUV | 64.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 115 | 0.30 | 0.59 | 0 | 0.55 | 269.12 | 0.42 | 0.32 |
| Hex | 50 | 2F | 73 | 1E | 3B | 0 | 37 | 10D | 2A | 20 |
| Octal | 120 | 57 | 163 | 36 | 73 | 0 | 67 | 415 | 52 | 40 |
| Binary | 1010000 | 101111 | 1110011 | 11110 | 111011 | 0 | 110111 | 100001101 | 101010 | 100000 |
Color Harmonies of #502F73
Complementary color
Monochromatic Colors of #502F73
Black with #502F73
Text Example
Text Example
White with #502F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F73; }
p { color: rgb(80,47,115); }
H1.HeaderClassName
{
color: #502F73;
}
.AnyTagClassName
{
color: #502F73;
}
</style>
background-color css
<style>
a { background-color: #502F73; }
a { background-color: rgb(80,47,115); }
div.DivClassName
{
background-color: #502F73;
}
.BgClassName
{
background-color: #502F73;
}
</style>
border-color css
<style>
span { border-color: #502F73; }
span { border-color: rgb(80,47,115); }
td.TdClassName
{
border-color: #502F73;
}
.TagClassName
{
border-color: #502F73;
}
</style>