Shades of Blue Diamond #503476
Tints of Blue Diamond #503476
RGB
CMYK
RGB Variations
Color information
#503476 (or 0x503476) is known color: Blue Diamond. HEX triplet: 50, 34 and 76. RGB value is (80,52,118). Sum of RGB (Red+Green+Blue) = 80+52+118=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #503476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503476 is #AFCB89. Grayscale: #434343. Windows color (decimal): -11520906 or 7746640. OLE color: 7746640.
HSL color Cylindrical-coordinate representation of color #503476: hue angle of 265.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503476 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 52 | 118 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.54 |
| HSL | 265.45º | 0.39% | 0.33% | - |
| HSV(B) | 265.45º | 0.56% | 0.46% | - |
| XYZ | 7.81 | 5.47 | 17.78 | - |
| YUV | 67.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 118 | 0.32 | 0.56 | 0 | 0.54 | 265.45 | 0.39 | 0.33 |
| Hex | 50 | 34 | 76 | 20 | 38 | 0 | 36 | 109 | 27 | 21 |
| Octal | 120 | 64 | 166 | 40 | 70 | 0 | 66 | 411 | 47 | 41 |
| Binary | 1010000 | 110100 | 1110110 | 100000 | 111000 | 0 | 110110 | 100001001 | 100111 | 100001 |
Color Harmonies of #503476
Complementary color
Monochromatic Colors of #503476
Black with #503476
Text Example
Text Example
White with #503476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503476; }
p { color: rgb(80,52,118); }
H1.HeaderClassName
{
color: #503476;
}
.AnyTagClassName
{
color: #503476;
}
</style>
background-color css
<style>
a { background-color: #503476; }
a { background-color: rgb(80,52,118); }
div.DivClassName
{
background-color: #503476;
}
.BgClassName
{
background-color: #503476;
}
</style>
border-color css
<style>
span { border-color: #503476; }
span { border-color: rgb(80,52,118); }
td.TdClassName
{
border-color: #503476;
}
.TagClassName
{
border-color: #503476;
}
</style>