Shades of Blue Diamond #503567
Tints of Blue Diamond #503567
RGB
CMYK
RGB Variations
Color information
#503567 (or 0x503567) is known color: Blue Diamond. HEX triplet: 50, 35 and 67. RGB value is (80,53,103). Sum of RGB (Red+Green+Blue) = 80+53+103=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #503567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503567 is #AFCA98. Grayscale: #424242. Windows color (decimal): -11520665 or 6763856. OLE color: 6763856.
HSL color Cylindrical-coordinate representation of color #503567: hue angle of 272.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503567 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 53 | 103 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.60 |
| HSL | 272.4º | 0.32% | 0.31% | - |
| HSV(B) | 272.4º | 0.49% | 0.4% | - |
| XYZ | 7.03 | 5.23 | 13.47 | - |
| YUV | 66.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 103 | 0.22 | 0.49 | 0 | 0.60 | 272.4 | 0.32 | 0.31 |
| Hex | 50 | 35 | 67 | 16 | 31 | 0 | 3C | 110 | 20 | 1F |
| Octal | 120 | 65 | 147 | 26 | 61 | 0 | 74 | 420 | 40 | 37 |
| Binary | 1010000 | 110101 | 1100111 | 10110 | 110001 | 0 | 111100 | 100010000 | 100000 | 11111 |
Color Harmonies of #503567
Complementary color
Monochromatic Colors of #503567
Black with #503567
Text Example
Text Example
White with #503567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503567; }
p { color: rgb(80,53,103); }
H1.HeaderClassName
{
color: #503567;
}
.AnyTagClassName
{
color: #503567;
}
</style>
background-color css
<style>
a { background-color: #503567; }
a { background-color: rgb(80,53,103); }
div.DivClassName
{
background-color: #503567;
}
.BgClassName
{
background-color: #503567;
}
</style>
border-color css
<style>
span { border-color: #503567; }
span { border-color: rgb(80,53,103); }
td.TdClassName
{
border-color: #503567;
}
.TagClassName
{
border-color: #503567;
}
</style>