Shades of Blue Diamond #503267
Tints of Blue Diamond #503267
RGB
CMYK
RGB Variations
Color information
#503267 (or 0x503267) is known color: Blue Diamond. HEX triplet: 50, 32 and 67. RGB value is (80,50,103). Sum of RGB (Red+Green+Blue) = 80+50+103=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #503267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503267 is #AFCD98. Grayscale: #404040. Windows color (decimal): -11521433 or 6763088. OLE color: 6763088.
HSL color Cylindrical-coordinate representation of color #503267: hue angle of 273.96º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503267 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 50 | 103 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.60 |
| HSL | 273.96º | 0.35% | 0.3% | - |
| HSV(B) | 273.96º | 0.51% | 0.4% | - |
| XYZ | 6.9 | 4.97 | 13.43 | - |
| YUV | 65.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 103 | 0.22 | 0.51 | 0 | 0.60 | 273.96 | 0.35 | 0.3 |
| Hex | 50 | 32 | 67 | 16 | 33 | 0 | 3C | 112 | 23 | 1E |
| Octal | 120 | 62 | 147 | 26 | 63 | 0 | 74 | 422 | 43 | 36 |
| Binary | 1010000 | 110010 | 1100111 | 10110 | 110011 | 0 | 111100 | 100010010 | 100011 | 11110 |
Color Harmonies of #503267
Complementary color
Monochromatic Colors of #503267
Black with #503267
Text Example
Text Example
White with #503267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503267; }
p { color: rgb(80,50,103); }
H1.HeaderClassName
{
color: #503267;
}
.AnyTagClassName
{
color: #503267;
}
</style>
background-color css
<style>
a { background-color: #503267; }
a { background-color: rgb(80,50,103); }
div.DivClassName
{
background-color: #503267;
}
.BgClassName
{
background-color: #503267;
}
</style>
border-color css
<style>
span { border-color: #503267; }
span { border-color: rgb(80,50,103); }
td.TdClassName
{
border-color: #503267;
}
.TagClassName
{
border-color: #503267;
}
</style>