Shades of Blue Diamond #503471
Tints of Blue Diamond #503471
RGB
CMYK
RGB Variations
Color information
#503471 (or 0x503471) is known color: Blue Diamond. HEX triplet: 50, 34 and 71. RGB value is (80,52,113). Sum of RGB (Red+Green+Blue) = 80+52+113=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #503471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503471 is #AFCB8E. Grayscale: #434343. Windows color (decimal): -11520911 or 7418960. OLE color: 7418960.
HSL color Cylindrical-coordinate representation of color #503471: hue angle of 267.54º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503471 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 52 | 113 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.56 |
| HSL | 267.54º | 0.37% | 0.32% | - |
| HSV(B) | 267.54º | 0.54% | 0.44% | - |
| XYZ | 7.52 | 5.35 | 16.26 | - |
| YUV | 67.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 113 | 0.29 | 0.54 | 0 | 0.56 | 267.54 | 0.37 | 0.32 |
| Hex | 50 | 34 | 71 | 1D | 36 | 0 | 38 | 10C | 25 | 20 |
| Octal | 120 | 64 | 161 | 35 | 66 | 0 | 70 | 414 | 45 | 40 |
| Binary | 1010000 | 110100 | 1110001 | 11101 | 110110 | 0 | 111000 | 100001100 | 100101 | 100000 |
Color Harmonies of #503471
Complementary color
Monochromatic Colors of #503471
Black with #503471
Text Example
Text Example
White with #503471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503471; }
p { color: rgb(80,52,113); }
H1.HeaderClassName
{
color: #503471;
}
.AnyTagClassName
{
color: #503471;
}
</style>
background-color css
<style>
a { background-color: #503471; }
a { background-color: rgb(80,52,113); }
div.DivClassName
{
background-color: #503471;
}
.BgClassName
{
background-color: #503471;
}
</style>
border-color css
<style>
span { border-color: #503471; }
span { border-color: rgb(80,52,113); }
td.TdClassName
{
border-color: #503471;
}
.TagClassName
{
border-color: #503471;
}
</style>