Shades of Blue Diamond #503279
Tints of Blue Diamond #503279
RGB
CMYK
RGB Variations
Color information
#503279 (or 0x503279) is known color: Blue Diamond. HEX triplet: 50, 32 and 79. RGB value is (80,50,121). Sum of RGB (Red+Green+Blue) = 80+50+121=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #503279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503279 is #AFCD86. Grayscale: #424242. Windows color (decimal): -11521415 or 7942736. OLE color: 7942736.
HSL color Cylindrical-coordinate representation of color #503279: hue angle of 265.35º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503279 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 50 | 121 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.53 |
| HSL | 265.35º | 0.42% | 0.34% | - |
| HSV(B) | 265.35º | 0.59% | 0.47% | - |
| XYZ | 7.9 | 5.37 | 18.71 | - |
| YUV | 67.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 121 | 0.34 | 0.59 | 0 | 0.53 | 265.35 | 0.42 | 0.34 |
| Hex | 50 | 32 | 79 | 22 | 3B | 0 | 35 | 109 | 2A | 22 |
| Octal | 120 | 62 | 171 | 42 | 73 | 0 | 65 | 411 | 52 | 42 |
| Binary | 1010000 | 110010 | 1111001 | 100010 | 111011 | 0 | 110101 | 100001001 | 101010 | 100010 |
Color Harmonies of #503279
Complementary color
Monochromatic Colors of #503279
Black with #503279
Text Example
Text Example
White with #503279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503279; }
p { color: rgb(80,50,121); }
H1.HeaderClassName
{
color: #503279;
}
.AnyTagClassName
{
color: #503279;
}
</style>
background-color css
<style>
a { background-color: #503279; }
a { background-color: rgb(80,50,121); }
div.DivClassName
{
background-color: #503279;
}
.BgClassName
{
background-color: #503279;
}
</style>
border-color css
<style>
span { border-color: #503279; }
span { border-color: rgb(80,50,121); }
td.TdClassName
{
border-color: #503279;
}
.TagClassName
{
border-color: #503279;
}
</style>