Shades of Blue Diamond #503170
Tints of Blue Diamond #503170
RGB
CMYK
RGB Variations
Color information
#503170 (or 0x503170) is known color: Blue Diamond. HEX triplet: 50, 31 and 70. RGB value is (80,49,112). Sum of RGB (Red+Green+Blue) = 80+49+112=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #503170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503170 is #AFCE8F. Grayscale: #414141. Windows color (decimal): -11521680 or 7352656. OLE color: 7352656.
HSL color Cylindrical-coordinate representation of color #503170: hue angle of 269.52º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503170 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 49 | 112 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.56 |
| HSL | 269.52º | 0.39% | 0.32% | - |
| HSV(B) | 269.52º | 0.56% | 0.44% | - |
| XYZ | 7.33 | 5.07 | 15.92 | - |
| YUV | 65.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 112 | 0.29 | 0.56 | 0 | 0.56 | 269.52 | 0.39 | 0.32 |
| Hex | 50 | 31 | 70 | 1D | 38 | 0 | 38 | 10E | 27 | 20 |
| Octal | 120 | 61 | 160 | 35 | 70 | 0 | 70 | 416 | 47 | 40 |
| Binary | 1010000 | 110001 | 1110000 | 11101 | 111000 | 0 | 111000 | 100001110 | 100111 | 100000 |
Color Harmonies of #503170
Complementary color
Monochromatic Colors of #503170
Black with #503170
Text Example
Text Example
White with #503170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503170; }
p { color: rgb(80,49,112); }
H1.HeaderClassName
{
color: #503170;
}
.AnyTagClassName
{
color: #503170;
}
</style>
background-color css
<style>
a { background-color: #503170; }
a { background-color: rgb(80,49,112); }
div.DivClassName
{
background-color: #503170;
}
.BgClassName
{
background-color: #503170;
}
</style>
border-color css
<style>
span { border-color: #503170; }
span { border-color: rgb(80,49,112); }
td.TdClassName
{
border-color: #503170;
}
.TagClassName
{
border-color: #503170;
}
</style>