Shades of Blue Diamond #503268
Tints of Blue Diamond #503268
RGB
CMYK
RGB Variations
Color information
#503268 (or 0x503268) is known color: Blue Diamond. HEX triplet: 50, 32 and 68. RGB value is (80,50,104). Sum of RGB (Red+Green+Blue) = 80+50+104=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #503268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503268 is #AFCD97. Grayscale: #404040. Windows color (decimal): -11521432 or 6828624. OLE color: 6828624.
HSL color Cylindrical-coordinate representation of color #503268: hue angle of 273.33º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503268 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 50 | 104 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.59 |
| HSL | 273.33º | 0.35% | 0.3% | - |
| HSV(B) | 273.33º | 0.52% | 0.41% | - |
| XYZ | 6.95 | 4.99 | 13.69 | - |
| YUV | 65.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 104 | 0.23 | 0.52 | 0 | 0.59 | 273.33 | 0.35 | 0.3 |
| Hex | 50 | 32 | 68 | 17 | 34 | 0 | 3B | 111 | 23 | 1E |
| Octal | 120 | 62 | 150 | 27 | 64 | 0 | 73 | 421 | 43 | 36 |
| Binary | 1010000 | 110010 | 1101000 | 10111 | 110100 | 0 | 111011 | 100010001 | 100011 | 11110 |
Color Harmonies of #503268
Complementary color
Monochromatic Colors of #503268
Black with #503268
Text Example
Text Example
White with #503268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503268; }
p { color: rgb(80,50,104); }
H1.HeaderClassName
{
color: #503268;
}
.AnyTagClassName
{
color: #503268;
}
</style>
background-color css
<style>
a { background-color: #503268; }
a { background-color: rgb(80,50,104); }
div.DivClassName
{
background-color: #503268;
}
.BgClassName
{
background-color: #503268;
}
</style>
border-color css
<style>
span { border-color: #503268; }
span { border-color: rgb(80,50,104); }
td.TdClassName
{
border-color: #503268;
}
.TagClassName
{
border-color: #503268;
}
</style>