Shades of Blue Diamond #503871
Tints of Blue Diamond #503871
RGB
CMYK
RGB Variations
Color information
#503871 (or 0x503871) is known color: Blue Diamond. HEX triplet: 50, 38 and 71. RGB value is (80,56,113). Sum of RGB (Red+Green+Blue) = 80+56+113=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #503871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503871 is #AFC78E. Grayscale: #454545. Windows color (decimal): -11519887 or 7419984. OLE color: 7419984.
HSL color Cylindrical-coordinate representation of color #503871: hue angle of 265.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503871 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 56 | 113 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.56 |
| HSL | 265.26º | 0.34% | 0.33% | - |
| HSV(B) | 265.26º | 0.5% | 0.44% | - |
| XYZ | 7.7 | 5.73 | 16.32 | - |
| YUV | 69.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 113 | 0.29 | 0.50 | 0 | 0.56 | 265.26 | 0.34 | 0.33 |
| Hex | 50 | 38 | 71 | 1D | 32 | 0 | 38 | 109 | 22 | 21 |
| Octal | 120 | 70 | 161 | 35 | 62 | 0 | 70 | 411 | 42 | 41 |
| Binary | 1010000 | 111000 | 1110001 | 11101 | 110010 | 0 | 111000 | 100001001 | 100010 | 100001 |
Color Harmonies of #503871
Complementary color
Monochromatic Colors of #503871
Black with #503871
Text Example
Text Example
White with #503871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503871; }
p { color: rgb(80,56,113); }
H1.HeaderClassName
{
color: #503871;
}
.AnyTagClassName
{
color: #503871;
}
</style>
background-color css
<style>
a { background-color: #503871; }
a { background-color: rgb(80,56,113); }
div.DivClassName
{
background-color: #503871;
}
.BgClassName
{
background-color: #503871;
}
</style>
border-color css
<style>
span { border-color: #503871; }
span { border-color: rgb(80,56,113); }
td.TdClassName
{
border-color: #503871;
}
.TagClassName
{
border-color: #503871;
}
</style>