Shades of Blue Diamond #503368
Tints of Blue Diamond #503368
RGB
CMYK
RGB Variations
Color information
#503368 (or 0x503368) is known color: Blue Diamond. HEX triplet: 50, 33 and 68. RGB value is (80,51,104). Sum of RGB (Red+Green+Blue) = 80+51+104=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #503368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503368 is #AFCC97. Grayscale: #414141. Windows color (decimal): -11521176 or 6828880. OLE color: 6828880.
HSL color Cylindrical-coordinate representation of color #503368: hue angle of 272.83º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503368 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 51 | 104 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.59 |
| HSL | 272.83º | 0.34% | 0.3% | - |
| HSV(B) | 272.83º | 0.51% | 0.41% | - |
| XYZ | 6.99 | 5.07 | 13.71 | - |
| YUV | 65.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 104 | 0.23 | 0.51 | 0 | 0.59 | 272.83 | 0.34 | 0.3 |
| Hex | 50 | 33 | 68 | 17 | 33 | 0 | 3B | 111 | 22 | 1E |
| Octal | 120 | 63 | 150 | 27 | 63 | 0 | 73 | 421 | 42 | 36 |
| Binary | 1010000 | 110011 | 1101000 | 10111 | 110011 | 0 | 111011 | 100010001 | 100010 | 11110 |
Color Harmonies of #503368
Complementary color
Monochromatic Colors of #503368
Black with #503368
Text Example
Text Example
White with #503368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503368; }
p { color: rgb(80,51,104); }
H1.HeaderClassName
{
color: #503368;
}
.AnyTagClassName
{
color: #503368;
}
</style>
background-color css
<style>
a { background-color: #503368; }
a { background-color: rgb(80,51,104); }
div.DivClassName
{
background-color: #503368;
}
.BgClassName
{
background-color: #503368;
}
</style>
border-color css
<style>
span { border-color: #503368; }
span { border-color: rgb(80,51,104); }
td.TdClassName
{
border-color: #503368;
}
.TagClassName
{
border-color: #503368;
}
</style>