Shades of Blue Diamond #503269
Tints of Blue Diamond #503269
RGB
CMYK
RGB Variations
Color information
#503269 (or 0x503269) is known color: Blue Diamond. HEX triplet: 50, 32 and 69. RGB value is (80,50,105). Sum of RGB (Red+Green+Blue) = 80+50+105=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #503269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503269 is #AFCD96. Grayscale: #414141. Windows color (decimal): -11521431 or 6894160. OLE color: 6894160.
HSL color Cylindrical-coordinate representation of color #503269: hue angle of 272.73º 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 #503269 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 50 | 105 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.59 |
| HSL | 272.73º | 0.35% | 0.3% | - |
| HSV(B) | 272.73º | 0.52% | 0.41% | - |
| XYZ | 7 | 5.01 | 13.96 | - |
| YUV | 65.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 105 | 0.24 | 0.52 | 0 | 0.59 | 272.73 | 0.35 | 0.3 |
| Hex | 50 | 32 | 69 | 18 | 34 | 0 | 3B | 111 | 23 | 1E |
| Octal | 120 | 62 | 151 | 30 | 64 | 0 | 73 | 421 | 43 | 36 |
| Binary | 1010000 | 110010 | 1101001 | 11000 | 110100 | 0 | 111011 | 100010001 | 100011 | 11110 |
Color Harmonies of #503269
Complementary color
Monochromatic Colors of #503269
Black with #503269
Text Example
Text Example
White with #503269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503269; }
p { color: rgb(80,50,105); }
H1.HeaderClassName
{
color: #503269;
}
.AnyTagClassName
{
color: #503269;
}
</style>
background-color css
<style>
a { background-color: #503269; }
a { background-color: rgb(80,50,105); }
div.DivClassName
{
background-color: #503269;
}
.BgClassName
{
background-color: #503269;
}
</style>
border-color css
<style>
span { border-color: #503269; }
span { border-color: rgb(80,50,105); }
td.TdClassName
{
border-color: #503269;
}
.TagClassName
{
border-color: #503269;
}
</style>