Shades of Blue Diamond #503468
Tints of Blue Diamond #503468
RGB
CMYK
RGB Variations
Color information
#503468 (or 0x503468) is known color: Blue Diamond. HEX triplet: 50, 34 and 68. RGB value is (80,52,104). Sum of RGB (Red+Green+Blue) = 80+52+104=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #503468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503468 is #AFCB97. Grayscale: #424242. Windows color (decimal): -11520920 or 6829136. OLE color: 6829136.
HSL color Cylindrical-coordinate representation of color #503468: hue angle of 272.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503468 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 52 | 104 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.59 |
| HSL | 272.31º | 0.33% | 0.31% | - |
| HSV(B) | 272.31º | 0.5% | 0.41% | - |
| XYZ | 7.03 | 5.16 | 13.72 | - |
| YUV | 66.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 104 | 0.23 | 0.50 | 0 | 0.59 | 272.31 | 0.33 | 0.31 |
| Hex | 50 | 34 | 68 | 17 | 32 | 0 | 3B | 110 | 21 | 1F |
| Octal | 120 | 64 | 150 | 27 | 62 | 0 | 73 | 420 | 41 | 37 |
| Binary | 1010000 | 110100 | 1101000 | 10111 | 110010 | 0 | 111011 | 100010000 | 100001 | 11111 |
Color Harmonies of #503468
Complementary color
Monochromatic Colors of #503468
Black with #503468
Text Example
Text Example
White with #503468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503468; }
p { color: rgb(80,52,104); }
H1.HeaderClassName
{
color: #503468;
}
.AnyTagClassName
{
color: #503468;
}
</style>
background-color css
<style>
a { background-color: #503468; }
a { background-color: rgb(80,52,104); }
div.DivClassName
{
background-color: #503468;
}
.BgClassName
{
background-color: #503468;
}
</style>
border-color css
<style>
span { border-color: #503468; }
span { border-color: rgb(80,52,104); }
td.TdClassName
{
border-color: #503468;
}
.TagClassName
{
border-color: #503468;
}
</style>