Shades of Blue Diamond #503275
Tints of Blue Diamond #503275
RGB
CMYK
RGB Variations
Color information
#503275 (or 0x503275) is known color: Blue Diamond. HEX triplet: 50, 32 and 75. RGB value is (80,50,117). Sum of RGB (Red+Green+Blue) = 80+50+117=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #503275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503275 is #AFCD8A. Grayscale: #424242. Windows color (decimal): -11521419 or 7680592. OLE color: 7680592.
HSL color Cylindrical-coordinate representation of color #503275: hue angle of 266.87º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503275 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 50 | 117 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.54 |
| HSL | 266.87º | 0.4% | 0.33% | - |
| HSV(B) | 266.87º | 0.57% | 0.46% | - |
| XYZ | 7.66 | 5.27 | 17.44 | - |
| YUV | 66.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 117 | 0.32 | 0.57 | 0 | 0.54 | 266.87 | 0.4 | 0.33 |
| Hex | 50 | 32 | 75 | 20 | 39 | 0 | 36 | 10B | 28 | 21 |
| Octal | 120 | 62 | 165 | 40 | 71 | 0 | 66 | 413 | 50 | 41 |
| Binary | 1010000 | 110010 | 1110101 | 100000 | 111001 | 0 | 110110 | 100001011 | 101000 | 100001 |
Color Harmonies of #503275
Complementary color
Monochromatic Colors of #503275
Black with #503275
Text Example
Text Example
White with #503275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503275; }
p { color: rgb(80,50,117); }
H1.HeaderClassName
{
color: #503275;
}
.AnyTagClassName
{
color: #503275;
}
</style>
background-color css
<style>
a { background-color: #503275; }
a { background-color: rgb(80,50,117); }
div.DivClassName
{
background-color: #503275;
}
.BgClassName
{
background-color: #503275;
}
</style>
border-color css
<style>
span { border-color: #503275; }
span { border-color: rgb(80,50,117); }
td.TdClassName
{
border-color: #503275;
}
.TagClassName
{
border-color: #503275;
}
</style>