Shades of Blue Diamond #503873
Tints of Blue Diamond #503873
RGB
CMYK
RGB Variations
Color information
#503873 (or 0x503873) is known color: Blue Diamond. HEX triplet: 50, 38 and 73. RGB value is (80,56,115). Sum of RGB (Red+Green+Blue) = 80+56+115=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #503873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503873 is #AFC78C. Grayscale: #454545. Windows color (decimal): -11519885 or 7551056. OLE color: 7551056.
HSL color Cylindrical-coordinate representation of color #503873: hue angle of 264.41º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503873 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 56 | 115 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.55 |
| HSL | 264.41º | 0.35% | 0.34% | - |
| HSV(B) | 264.41º | 0.51% | 0.45% | - |
| XYZ | 7.82 | 5.77 | 16.92 | - |
| YUV | 69.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 115 | 0.30 | 0.51 | 0 | 0.55 | 264.41 | 0.35 | 0.34 |
| Hex | 50 | 38 | 73 | 1E | 33 | 0 | 37 | 108 | 23 | 22 |
| Octal | 120 | 70 | 163 | 36 | 63 | 0 | 67 | 410 | 43 | 42 |
| Binary | 1010000 | 111000 | 1110011 | 11110 | 110011 | 0 | 110111 | 100001000 | 100011 | 100010 |
Color Harmonies of #503873
Complementary color
Monochromatic Colors of #503873
Black with #503873
Text Example
Text Example
White with #503873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503873; }
p { color: rgb(80,56,115); }
H1.HeaderClassName
{
color: #503873;
}
.AnyTagClassName
{
color: #503873;
}
</style>
background-color css
<style>
a { background-color: #503873; }
a { background-color: rgb(80,56,115); }
div.DivClassName
{
background-color: #503873;
}
.BgClassName
{
background-color: #503873;
}
</style>
border-color css
<style>
span { border-color: #503873; }
span { border-color: rgb(80,56,115); }
td.TdClassName
{
border-color: #503873;
}
.TagClassName
{
border-color: #503873;
}
</style>